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

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

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

* Query : UPDATE `user` SET `idx` = '115', `name` = 'test-1776319012', `email` = 'test@test.com-1776319012', `password` = '$2y$10$hsED34MEh6EkoY2sDe1CZ.y6PoIsjLG9DLewF3BqPKHfPUpj5hAg2' WHERE `user`.`idx` IN ('115')

Array
(
    [idx] => 115
    [name] => test-1776319012
    [country] => 
    [email] => test@test.com-1776319012
    [password] => $2y$10$hsED34MEh6EkoY2sDe1CZ.y6PoIsjLG9DLewF3BqPKH
    [created_at] => 
)