From f4faa2bd9a7a25fb18988b3bc5b22eb6b145009d Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Tue, 8 Jul 2025 13:33:36 +0900 Subject: [PATCH] dbms_init...1 --- app/Services/Customer/ServiceService.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Services/Customer/ServiceService.php b/app/Services/Customer/ServiceService.php index c027a80..b4aa0fe 100644 --- a/app/Services/Customer/ServiceService.php +++ b/app/Services/Customer/ServiceService.php @@ -121,9 +121,6 @@ class ServiceService extends CustomerService public function getFormFieldOption(string $field, array $options = []): array { switch ($field) { - case 'ownerinfo_uid': - $options = $this->getClientService()->getEntities(); - break; case 'user_uid': $options = $this->getUserService()->getEntities(); break;