allowCallbacks() 메소드를 호출하는 단일 모델에 대해 이 설정을 일시적으로 변경할 수 있습니다.

* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1772672120', 'test@test.com-1772672120', 'testpassword-1772672120')

Array
(
    [idx] => 11
    [name] => test-1772672120
    [country] => 
    [email] => test@test.com-1772672120
    [password] => testpassword-1772672120
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '11', `name` = 'test-1772672120', `email` = 'test@test.com-1772672120', `password` = '$2y$10$uKe/mhAwoUxXieV6Jfg7hurE.ikuteNFL6dU3F0Z41Teyz8rxDIgG' WHERE `user`.`idx` IN ('11')

Array
(
    [idx] => 11
    [name] => test-1772672120
    [country] => 
    [email] => test@test.com-1772672120
    [password] => $2y$10$uKe/mhAwoUxXieV6Jfg7hurE.ikuteNFL6dU3F0Z41T
    [created_at] => 
)