trafficmonitor init...2
This commit is contained in:
parent
41a0f1620e
commit
689af02cea
@ -148,6 +148,7 @@ abstract class CommonService
|
||||
$formDatas = (array)$dto;
|
||||
//입력값 검증
|
||||
if (!$this->getFormService()->validate($formDatas)) {
|
||||
log_message("error", implode("\n", service('validation')->getErrors()));
|
||||
throw new ValidationException(implode("\n", service('validation')->getErrors()));
|
||||
}
|
||||
return $this->create_process($formDatas);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user