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

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

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

* Query : UPDATE `user` SET `idx` = '20', `name` = 'test-1773395503', `email` = 'test@test.com-1773395503', `password` = '$2y$10$ocVt.lOI9keGbJVqEsOzue/589xjPXLalTK.R1hSmD4Lq1DJazpzy' WHERE `user`.`idx` IN ('20')

Array
(
    [idx] => 20
    [name] => test-1773395503
    [country] => 
    [email] => test@test.com-1773395503
    [password] => $2y$10$ocVt.lOI9keGbJVqEsOzue/589xjPXLalTK.R1hSmD4
    [created_at] => 
)