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

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

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

* Query : UPDATE `user` SET `idx` = '5', `name` = 'test-1769484852', `email` = 'test@test.com-1769484852', `password` = '$2y$10$S3TWxlJBd/d9B7N.LneBn.BT7RJkKDD07C3LX/Q6S9pexASZbsimy' WHERE `user`.`idx` IN ('5')

Array
(
    [idx] => 5
    [name] => test-1769484852
    [country] => 
    [email] => test@test.com-1769484852
    [password] => $2y$10$S3TWxlJBd/d9B7N.LneBn.BT7RJkKDD07C3LX/Q6S9p
    [created_at] => 
)