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

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

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

* Query : UPDATE `user` SET `idx` = '11', `name` = 'test-1765396204', `email` = 'test@test.com-1765396204', `password` = '$2y$10$Qrp/PhfBNrOHRY84D.s3W.hR.QZYQ8uCoFD0.ljl38ZDGhlUoBP6S' WHERE `user`.`idx` IN ('11')

Array
(
    [idx] => 11
    [name] => test-1765396204
    [country] => 
    [email] => test@test.com-1765396204
    [password] => $2y$10$Qrp/PhfBNrOHRY84D.s3W.hR.QZYQ8uCoFD0.ljl38Z
    [created_at] => 
)