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

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

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

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

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