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

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

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

* Query : UPDATE `user` SET `idx` = '15', `name` = 'test-1768286444', `email` = 'test@test.com-1768286444', `password` = '$2y$10$6LOtyqOrodS3xaiEr1TaZ.78QUehxRIEnFGqoHvf3WAOvwwNgkAaS' WHERE `user`.`idx` IN ('15')

Array
(
    [idx] => 15
    [name] => test-1768286444
    [country] => 
    [email] => test@test.com-1768286444
    [password] => $2y$10$6LOtyqOrodS3xaiEr1TaZ.78QUehxRIEnFGqoHvf3WA
    [created_at] => 
)