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

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

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

* Query : UPDATE `user` SET `idx` = '74', `name` = 'test-1776014488', `email` = 'test@test.com-1776014488', `password` = '$2y$10$v1Q6j0QQaYkoGs/BfVYIBOHKqoL0kyXP3NSqAoqdSzohbD9OAnIUW' WHERE `user`.`idx` IN ('74')

Array
(
    [idx] => 74
    [name] => test-1776014488
    [country] => 
    [email] => test@test.com-1776014488
    [password] => $2y$10$v1Q6j0QQaYkoGs/BfVYIBOHKqoL0kyXP3NSqAoqdSzo
    [created_at] => 
)