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

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

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

* Query : UPDATE `user` SET `idx` = '293', `name` = 'test-1777930418', `email` = 'test@test.com-1777930418', `password` = '$2y$10$ibkNkRjY.c/9MYfY3KuGOuNp7FxlqXY6FBveQ.HRL2D3B1JYJ73Vy' WHERE `user`.`idx` IN ('293')

Array
(
    [idx] => 293
    [name] => test-1777930418
    [country] => 
    [email] => test@test.com-1777930418
    [password] => $2y$10$ibkNkRjY.c/9MYfY3KuGOuNp7FxlqXY6FBveQ.HRL2D
    [created_at] => 
)