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

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

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

* Query : UPDATE `user` SET `idx` = '19', `name` = 'test-1764699040', `email` = 'test@test.com-1764699040', `password` = '$2y$10$EBYvoSYNdugq0dTe6QhsXO/P5h4ngKg7OaI1Pcf6/e4hWm7QpB9Jy' WHERE `user`.`idx` IN ('19')

Array
(
    [idx] => 19
    [name] => test-1764699040
    [country] => 
    [email] => test@test.com-1764699040
    [password] => $2y$10$EBYvoSYNdugq0dTe6QhsXO/P5h4ngKg7OaI1Pcf6/e4
    [created_at] => 
)