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

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

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

* Query : UPDATE `user` SET `idx` = '213', `name` = 'test-1776950902', `email` = 'test@test.com-1776950902', `password` = '$2y$10$1Vdk8Ra6KLXuh6uUEYPqT.QcEP2TBvcy708NoBQQ.HG3IYjL5qE/a' WHERE `user`.`idx` IN ('213')

Array
(
    [idx] => 213
    [name] => test-1776950902
    [country] => 
    [email] => test@test.com-1776950902
    [password] => $2y$10$1Vdk8Ra6KLXuh6uUEYPqT.QcEP2TBvcy708NoBQQ.HG
    [created_at] => 
)