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

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

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

* Query : UPDATE `user` SET `idx` = '21', `name` = 'test-1773414661', `email` = 'test@test.com-1773414661', `password` = '$2y$10$2YFuJowg.MOZERh.J5F6aunV/ebEnQVmr9pbGBNIxwKQuFt3DuAqi' WHERE `user`.`idx` IN ('21')

Array
(
    [idx] => 21
    [name] => test-1773414661
    [country] => 
    [email] => test@test.com-1773414661
    [password] => $2y$10$2YFuJowg.MOZERh.J5F6aunV/ebEnQVmr9pbGBNIxwK
    [created_at] => 
)