diff --git a/app/Controllers/Admin/Customer/ServiceItemController.php b/app/Controllers/Admin/Customer/ServiceItemController.php index 8bd0838..4651929 100644 --- a/app/Controllers/Admin/Customer/ServiceItemController.php +++ b/app/Controllers/Admin/Customer/ServiceItemController.php @@ -26,9 +26,9 @@ class ServiceItemController extends CustomerController // $this->view_path .= strtolower($this->getService()->getClassName()) . DIRECTORY_SEPARATOR; } - protected function initAction(string $action): void + protected function initAction(string $action, $fields = []): void { - parent::initAction($action); + parent::initAction($action, $fields); //LINE,IP,SERVER등 추가 FilterOption 셋팅용 foreach (SERVICE_ITEM_TYPES as $item_type => $label) { $options = $this->getService()->getServiceItemLinkService($item_type)->getEntities();