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

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

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

* Query : UPDATE `user` SET `idx` = '13', `name` = 'test-1769781790', `email` = 'test@test.com-1769781790', `password` = '$2y$10$7qN9PeqNq2JVUzF2dEcpNu0BuieF0jNBgKwjCY0YtRTOhkJNXDyza' WHERE `user`.`idx` IN ('13')

Array
(
    [idx] => 13
    [name] => test-1769781790
    [country] => 
    [email] => test@test.com-1769781790
    [password] => $2y$10$7qN9PeqNq2JVUzF2dEcpNu0BuieF0jNBgKwjCY0YtRT
    [created_at] => 
)