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

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

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

* Query : UPDATE `user` SET `idx` = '3', `name` = 'test-1763648851', `email` = 'test@test.com-1763648851', `password` = '$2y$10$yO99.4mvsHK9a7HxYlW2HOHbhyGwAnLFS69ixpwgEEhfOfn4rYK2W' WHERE `user`.`idx` IN ('3')

Array
(
    [idx] => 3
    [name] => test-1763648851
    [country] => 
    [email] => test@test.com-1763648851
    [password] => $2y$10$yO99.4mvsHK9a7HxYlW2HOHbhyGwAnLFS69ixpwgEEh
    [created_at] => 
)