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

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

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

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

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