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

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

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

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

Array
(
    [idx] => 4
    [name] => test-1766134850
    [country] => 
    [email] => test@test.com-1766134850
    [password] => $2y$10$AdX5IVW2djwaunYrnazaPeACy7gn55B4DFo.uy3SRLd
    [created_at] => 
)