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

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

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

* Query : UPDATE `user` SET `idx` = '4', `name` = 'test-1770355955', `email` = 'test@test.com-1770355955', `password` = '$2y$10$jkQOE82ydKK/Y061PNDgXuSMWn5h8b1wZLPBcGa/bMwteK1XkE7VS' WHERE `user`.`idx` IN ('4')

Array
(
    [idx] => 4
    [name] => test-1770355955
    [country] => 
    [email] => test@test.com-1770355955
    [password] => $2y$10$jkQOE82ydKK/Y061PNDgXuSMWn5h8b1wZLPBcGa/bMw
    [created_at] => 
)