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

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

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

* Query : UPDATE `user` SET `idx` = '9', `name` = 'test-1757763499', `email` = 'test@test.com-1757763499', `password` = '$2y$10$53KSrFoGWgFLn2g0DwkI6OBSdQJ7okzAf8JcXRwK4.ygC.igiGSP6' WHERE `user`.`idx` IN ('9')

Array
(
    [idx] => 9
    [name] => test-1757763499
    [country] => 
    [email] => test@test.com-1757763499
    [password] => $2y$10$53KSrFoGWgFLn2g0DwkI6OBSdQJ7okzAf8JcXRwK4.y
    [created_at] => 
)