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

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

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

* Query : UPDATE `user` SET `idx` = '386', `name` = 'test-1778730327', `email` = 'test@test.com-1778730327', `password` = '$2y$10$bFJxh2aEQn/6D4IuFp8puuOQM52sDvPQrMCGUNGtdWs3mVREhZ8y.' WHERE `user`.`idx` IN ('386')

Array
(
    [idx] => 386
    [name] => test-1778730327
    [country] => 
    [email] => test@test.com-1778730327
    [password] => $2y$10$bFJxh2aEQn/6D4IuFp8puuOQM52sDvPQrMCGUNGtdWs
    [created_at] => 
)