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

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

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

* Query : UPDATE `user` SET `idx` = '6', `name` = 'test-1763740101', `email` = 'test@test.com-1763740101', `password` = '$2y$10$Go/GlXF5xH13Bng5/Zj0z.ljr9Srx5RCY.Z8Rgm5.YGqr0YQz9uM.' WHERE `user`.`idx` IN ('6')

Array
(
    [idx] => 6
    [name] => test-1763740101
    [country] => 
    [email] => test@test.com-1763740101
    [password] => $2y$10$Go/GlXF5xH13Bng5/Zj0z.ljr9Srx5RCY.Z8Rgm5.YG
    [created_at] => 
)