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