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

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

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

* Query : UPDATE `user` SET `idx` = '378', `name` = 'test-1778640439', `email` = 'test@test.com-1778640439', `password` = '$2y$10$lAK/FVVKnInhnp7yvBZThufeS8L.JMl1lsS6vobp9c9QfmpbFJS7O' WHERE `user`.`idx` IN ('378')

Array
(
    [idx] => 378
    [name] => test-1778640439
    [country] => 
    [email] => test@test.com-1778640439
    [password] => $2y$10$lAK/FVVKnInhnp7yvBZThufeS8L.JMl1lsS6vobp9c9
    [created_at] => 
)