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

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

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

* Query : UPDATE `user` SET `idx` = '12', `name` = 'test-1768177234', `email` = 'test@test.com-1768177234', `password` = '$2y$10$WBhj/aYDxUfXBZ7pAiupN.KFqIFfJangPN1XHp1KHuBEymEZNNRES' WHERE `user`.`idx` IN ('12')

Array
(
    [idx] => 12
    [name] => test-1768177234
    [country] => 
    [email] => test@test.com-1768177234
    [password] => $2y$10$WBhj/aYDxUfXBZ7pAiupN.KFqIFfJangPN1XHp1KHuB
    [created_at] => 
)