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

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

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

* Query : UPDATE `user` SET `idx` = '1', `name` = 'test-1755979198', `email` = 'test@test.com-1755979198', `password` = '$2y$10$1pGrwiB8HlnLhfo9Px8AHOooQ2B4Y737a.Fv9ayqIxHmFu/UB.lZC' WHERE `user`.`idx` IN ('1')

Array
(
    [idx] => 1
    [name] => test-1755979198
    [country] => 
    [email] => test@test.com-1755979198
    [password] => $2y$10$1pGrwiB8HlnLhfo9Px8AHOooQ2B4Y737a.Fv9ayqIxH
    [created_at] => 
)