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

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

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

* Query : UPDATE `user` SET `idx` = '283', `name` = 'test-1777779780', `email` = 'test@test.com-1777779780', `password` = '$2y$10$CAnY7EpAqPXqZRZ3CWDl6uV9dIHearu0aVQ82cRqCuhnUphwxQkhm' WHERE `user`.`idx` IN ('283')

Array
(
    [idx] => 283
    [name] => test-1777779780
    [country] => 
    [email] => test@test.com-1777779780
    [password] => $2y$10$CAnY7EpAqPXqZRZ3CWDl6uV9dIHearu0aVQ82cRqCuh
    [created_at] => 
)