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

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

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

* Query : UPDATE `user` SET `idx` = '26', `name` = 'test-1771909378', `email` = 'test@test.com-1771909378', `password` = '$2y$10$cnS0UgjvPIfUYEv4iB.J/.6NAoSYfcRiRk8m.FY2W3L9GrLbzPzzK' WHERE `user`.`idx` IN ('26')

Array
(
    [idx] => 26
    [name] => test-1771909378
    [country] => 
    [email] => test@test.com-1771909378
    [password] => $2y$10$cnS0UgjvPIfUYEv4iB.J/.6NAoSYfcRiRk8m.FY2W3L
    [created_at] => 
)