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

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

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

* Query : UPDATE `user` SET `idx` = '5', `name` = 'test-1773192165', `email` = 'test@test.com-1773192165', `password` = '$2y$10$tbqrXe4hLr9eE/zskSqyjOkkVI72GbYBpn4k9PlIMPSYYw48aEBMa' WHERE `user`.`idx` IN ('5')

Array
(
    [idx] => 5
    [name] => test-1773192165
    [country] => 
    [email] => test@test.com-1773192165
    [password] => $2y$10$tbqrXe4hLr9eE/zskSqyjOkkVI72GbYBpn4k9PlIMPS
    [created_at] => 
)