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

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

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

* Query : UPDATE `user` SET `idx` = '23', `name` = 'test-1771816760', `email` = 'test@test.com-1771816760', `password` = '$2y$10$q2shG4gIGVpQta4qOi0gMOe21xBgw8D6rrTLlEgVw7bqLT5r6AKFa' WHERE `user`.`idx` IN ('23')

Array
(
    [idx] => 23
    [name] => test-1771816760
    [country] => 
    [email] => test@test.com-1771816760
    [password] => $2y$10$q2shG4gIGVpQta4qOi0gMOe21xBgw8D6rrTLlEgVw7b
    [created_at] => 
)