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;