From a0724e5d0ff0c04d830a903601c7e007bbabff79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 15 Dec 2025 15:09:46 +0900 Subject: [PATCH] dbmsv4 init...3 --- app/Services/CommonService.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/Services/CommonService.php b/app/Services/CommonService.php index 8358093..0cd0798 100644 --- a/app/Services/CommonService.php +++ b/app/Services/CommonService.php @@ -225,13 +225,13 @@ abstract class CommonService $fields = array_keys($formDatas); $this->getFormService()->setFormFields($fields); $this->getFormService()->setFormRules('modify', $fields); - // if (static::class === ServerService::class) { - // var_dump($this->getFormService()->getFormRules()); - // echo "
"; - // var_dump($entity->toArray()); - // echo "
"; - // dd($formDatas); - // } + if (static::class === PaymentService::class) { + var_dump($this->getFormService()->getFormRules()); + echo "
"; + var_dump($formDatas); + dd($entity->toArray()); + echo "
"; + } // 데이터 검증 if (!$this->getFormService()->validate($formDatas)) { throw new ValidationException(