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

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

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

* Query : UPDATE `user` SET `idx` = '73', `name` = 'test-1775989370', `email` = 'test@test.com-1775989370', `password` = '$2y$10$Vk/nq0LEaeoNDDK.XSoANOMUaj1dbJjjDKf4wxB.EykPEJdWHVRJy' WHERE `user`.`idx` IN ('73')

Array
(
    [idx] => 73
    [name] => test-1775989370
    [country] => 
    [email] => test@test.com-1775989370
    [password] => $2y$10$Vk/nq0LEaeoNDDK.XSoANOMUaj1dbJjjDKf4wxB.Eyk
    [created_at] => 
)