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

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

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

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

Array
(
    [idx] => 5
    [name] => test-1764566586
    [country] => 
    [email] => test@test.com-1764566586
    [password] => $2y$10$4QfgQ15oeGrkzc5lrBYj4ua2E6XBB1Q72E9VZT1vTy4
    [created_at] => 
)