diff --git a/app/Services/CommonService.php b/app/Services/CommonService.php index ac51893..2573a2d 100644 --- a/app/Services/CommonService.php +++ b/app/Services/CommonService.php @@ -282,9 +282,6 @@ abstract class CommonService throw new \Exception(__FUNCTION__ . "=> field가 array 입니다.\n" . var_export($field, true)); } switch ($field) { - case 'user_uid': - $options = $this->getUserService()->getEntities(); - break; default: $rule = $this->getModel()->getFormRule($action, $field); break;