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

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

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

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

Array
(
    [idx] => 7
    [name] => test-1774804289
    [country] => 
    [email] => test@test.com-1774804289
    [password] => $2y$10$OVtS36ceUtFpKU8udw4XTuR1KPqDYr8GpEz/4.ZRRTV
    [created_at] => 
)