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

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

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

* Query : UPDATE `user` SET `idx` = '310', `name` = 'test-1778096070', `email` = 'test@test.com-1778096070', `password` = '$2y$10$nNwspVna.PBsvL3TsvBGJ.h7ewxf9cRK3LZBki.O2scfXxczlcDea' WHERE `user`.`idx` IN ('310')

Array
(
    [idx] => 310
    [name] => test-1778096070
    [country] => 
    [email] => test@test.com-1778096070
    [password] => $2y$10$nNwspVna.PBsvL3TsvBGJ.h7ewxf9cRK3LZBki.O2sc
    [created_at] => 
)