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

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

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

* Query : UPDATE `user` SET `idx` = '209', `name` = 'test-1776913397', `email` = 'test@test.com-1776913397', `password` = '$2y$10$XH3T8OUo.7Ts8NvkldyoDeyhnaf0wmiChKH4E4mzlawyJ5TO.wLeC' WHERE `user`.`idx` IN ('209')

Array
(
    [idx] => 209
    [name] => test-1776913397
    [country] => 
    [email] => test@test.com-1776913397
    [password] => $2y$10$XH3T8OUo.7Ts8NvkldyoDeyhnaf0wmiChKH4E4mzlaw
    [created_at] => 
)