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

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

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

* Query : UPDATE `user` SET `idx` = '27', `name` = 'test-1764403276', `email` = 'test@test.com-1764403276', `password` = '$2y$10$Ur5R2NlxQCivX0h9fwte7.7/QGhCrX9VXIWxATanhomVXq5NS4dX6' WHERE `user`.`idx` IN ('27')

Array
(
    [idx] => 27
    [name] => test-1764403276
    [country] => 
    [email] => test@test.com-1764403276
    [password] => $2y$10$Ur5R2NlxQCivX0h9fwte7.7/QGhCrX9VXIWxATanhom
    [created_at] => 
)