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

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

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

* Query : UPDATE `user` SET `idx` = '5', `name` = 'test-1769614001', `email` = 'test@test.com-1769614001', `password` = '$2y$10$lIolJSB7YhD3Hu6ukNs9h.M8JtWnthBVYjYN7GeSN.OIjw9qbckLO' WHERE `user`.`idx` IN ('5')

Array
(
    [idx] => 5
    [name] => test-1769614001
    [country] => 
    [email] => test@test.com-1769614001
    [password] => $2y$10$lIolJSB7YhD3Hu6ukNs9h.M8JtWnthBVYjYN7GeSN.O
    [created_at] => 
)