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

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

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

* Query : UPDATE `user` SET `idx` = '333', `name` = 'test-1778237791', `email` = 'test@test.com-1778237791', `password` = '$2y$10$E1ki5Vr0eVxVCcNys5bCu.ko0ChuIJP42CB8fGzF3GRMuHowU3p32' WHERE `user`.`idx` IN ('333')

Array
(
    [idx] => 333
    [name] => test-1778237791
    [country] => 
    [email] => test@test.com-1778237791
    [password] => $2y$10$E1ki5Vr0eVxVCcNys5bCu.ko0ChuIJP42CB8fGzF3GR
    [created_at] => 
)