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

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

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

* Query : UPDATE `user` SET `idx` = '369', `name` = 'test-1778557910', `email` = 'test@test.com-1778557910', `password` = '$2y$10$rnUBvI0vSYkJZyRbhv8DxOCHo6nflWb4xFjjlnMcpK4gGsOCAihne' WHERE `user`.`idx` IN ('369')

Array
(
    [idx] => 369
    [name] => test-1778557910
    [country] => 
    [email] => test@test.com-1778557910
    [password] => $2y$10$rnUBvI0vSYkJZyRbhv8DxOCHo6nflWb4xFjjlnMcpK4
    [created_at] => 
)