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

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

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

* Query : UPDATE `user` SET `idx` = '35', `name` = 'test-1772957302', `email` = 'test@test.com-1772957302', `password` = '$2y$10$gp/KHyquO8CeVx.OnIsJ/esD03221QGDtw1mmiHfkFgJ1V6.20kDy' WHERE `user`.`idx` IN ('35')

Array
(
    [idx] => 35
    [name] => test-1772957302
    [country] => 
    [email] => test@test.com-1772957302
    [password] => $2y$10$gp/KHyquO8CeVx.OnIsJ/esD03221QGDtw1mmiHfkFg
    [created_at] => 
)