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

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

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

* Query : UPDATE `user` SET `idx` = '179', `name` = 'test-1776693223', `email` = 'test@test.com-1776693223', `password` = '$2y$10$HdnlJP4xdinrDzjhviXj4.fqotvZ0jbWn8.idkDqSLeGT1fmpDkHG' WHERE `user`.`idx` IN ('179')

Array
(
    [idx] => 179
    [name] => test-1776693223
    [country] => 
    [email] => test@test.com-1776693223
    [password] => $2y$10$HdnlJP4xdinrDzjhviXj4.fqotvZ0jbWn8.idkDqSLe
    [created_at] => 
)