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

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

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

* Query : UPDATE `user` SET `idx` = '292', `name` = 'test-1741957330', `email` = 'test@test.com-1741957330', `password` = '$2y$10$7w7kspCJpNiTsAOOD89kfuY1eJO74fUBz5MrWiH9TU8S66nrjHRUq' WHERE `user`.`idx` IN ('292')

Array
(
    [idx] => 292
    [name] => test-1741957330
    [country] => 
    [email] => test@test.com-1741957330
    [password] => $2y$10$7w7kspCJpNiTsAOOD89kfuY1eJO74fUBz5MrWiH9TU8
    [created_at] => 
)