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 "