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

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

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

* Query : UPDATE `user` SET `idx` = '7', `name` = 'test-1767946062', `email` = 'test@test.com-1767946062', `password` = '$2y$10$FK8V5vLeJAEEN86RSTrnpO1wRGGbfCCmRIqun/7aGv5OfdCobyujO' WHERE `user`.`idx` IN ('7')

Array
(
    [idx] => 7
    [name] => test-1767946062
    [country] => 
    [email] => test@test.com-1767946062
    [password] => $2y$10$FK8V5vLeJAEEN86RSTrnpO1wRGGbfCCmRIqun/7aGv5
    [created_at] => 
)