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

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

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

* Query : UPDATE `user` SET `idx` = '17', `name` = 'test-1774350358', `email` = 'test@test.com-1774350358', `password` = '$2y$10$pw4AoyB4CxiIkongTHP9VOlkxpIU94Rko4IbXkgH4x58ok8i25/A.' WHERE `user`.`idx` IN ('17')

Array
(
    [idx] => 17
    [name] => test-1774350358
    [country] => 
    [email] => test@test.com-1774350358
    [password] => $2y$10$pw4AoyB4CxiIkongTHP9VOlkxpIU94Rko4IbXkgH4x5
    [created_at] => 
)