From 689af02cea1a6ee40d023ccc2d35a400aaa1aae0 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Wed, 12 Nov 2025 15:29:10 +0900 Subject: [PATCH] trafficmonitor init...2 --- app/Services/CommonService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/CommonService.php b/app/Services/CommonService.php index f23c213..4adc8c8 100644 --- a/app/Services/CommonService.php +++ b/app/Services/CommonService.php @@ -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);