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

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

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

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

Array
(
    [idx] => 368
    [name] => test-1778553633
    [country] => 
    [email] => test@test.com-1778553633
    [password] => $2y$10$tAR14WEHcPupvmUvcB4cPOEfMh64tRhVhhEcik3RBuE
    [created_at] => 
)