joway 2 년 전
부모
커밋
a4fbe38f43
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      common/models/forms/ApproachDeclarationLoopForm.php

+ 1 - 0
common/models/forms/ApproachDeclarationLoopForm.php

@@ -193,6 +193,7 @@ class ApproachDeclarationLoopForm extends Model
                     }
 
                     $result = $model->add($this->data);
+                    
                     if(!$result){
                         throw new Exception(Form::formatErrorsForApi($model->getErrors()));
                     }