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

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

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

* Query : UPDATE `user` SET `idx` = '6', `name` = 'test-1765053374', `email` = 'test@test.com-1765053374', `password` = '$2y$10$LiGQEPXWIy.0xfDur5HD2e8Nzthtndw.5.33Rw.PS2Cxb/.sPYT.G' WHERE `user`.`idx` IN ('6')

Array
(
    [idx] => 6
    [name] => test-1765053374
    [country] => 
    [email] => test@test.com-1765053374
    [password] => $2y$10$LiGQEPXWIy.0xfDur5HD2e8Nzthtndw.5.33Rw.PS2C
    [created_at] => 
)