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

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

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

* Query : UPDATE `user` SET `idx` = '32', `name` = 'test-1771317771', `email` = 'test@test.com-1771317771', `password` = '$2y$10$K8Snjke9YNhSkAETGJI8teZBRoOSBKpddTFE7uAUsdFwQ.2XrVPla' WHERE `user`.`idx` IN ('32')

Array
(
    [idx] => 32
    [name] => test-1771317771
    [country] => 
    [email] => test@test.com-1771317771
    [password] => $2y$10$K8Snjke9YNhSkAETGJI8teZBRoOSBKpddTFE7uAUsdF
    [created_at] => 
)