From 134908ba30c08e41c1e913c9e49155f00173f734 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Tue, 8 Jul 2025 13:55:08 +0900 Subject: [PATCH] dbms_init...1 --- app/Services/Customer/CustomerService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Customer/CustomerService.php b/app/Services/Customer/CustomerService.php index b4a547b..b650eba 100644 --- a/app/Services/Customer/CustomerService.php +++ b/app/Services/Customer/CustomerService.php @@ -23,7 +23,7 @@ abstract class CustomerService extends CommonService private ?UserService $_userService = null; private ?ClientService $_clientService = null; private $_equipmentService = []; - public function __construct() + protected function __construct() { parent::__construct(); $this->addClassName('Customer');