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

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

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

* Query : UPDATE `user` SET `idx` = '14', `name` = 'test-1772687726', `email` = 'test@test.com-1772687726', `password` = '$2y$10$zABackjh9M5VKNW/XMDasO6ye9lepGZZJBn.jBF0S.9yK6.3jTvVy' WHERE `user`.`idx` IN ('14')

Array
(
    [idx] => 14
    [name] => test-1772687726
    [country] => 
    [email] => test@test.com-1772687726
    [password] => $2y$10$zABackjh9M5VKNW/XMDasO6ye9lepGZZJBn.jBF0S.9
    [created_at] => 
)