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

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

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

* Query : UPDATE `user` SET `idx` = '52', `name` = 'test-1775684895', `email` = 'test@test.com-1775684895', `password` = '$2y$10$oCzPlc1NfdGG1V.9P9nFDusKJBi9E092xE.Kfh1lq4mH7PxaMZOfa' WHERE `user`.`idx` IN ('52')

Array
(
    [idx] => 52
    [name] => test-1775684895
    [country] => 
    [email] => test@test.com-1775684895
    [password] => $2y$10$oCzPlc1NfdGG1V.9P9nFDusKJBi9E092xE.Kfh1lq4m
    [created_at] => 
)