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

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

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

* Query : UPDATE `user` SET `idx` = '349', `name` = 'test-1778343810', `email` = 'test@test.com-1778343810', `password` = '$2y$10$iCSZpQXHJV2qNU8dVK4T..TEIEY34QBA3KjmMqMIJ0OKz/kEZovvu' WHERE `user`.`idx` IN ('349')

Array
(
    [idx] => 349
    [name] => test-1778343810
    [country] => 
    [email] => test@test.com-1778343810
    [password] => $2y$10$iCSZpQXHJV2qNU8dVK4T..TEIEY34QBA3KjmMqMIJ0O
    [created_at] => 
)