dbms_init...1

This commit is contained in:
choi.jh 2025-07-08 13:55:08 +09:00
parent 5a351c107a
commit 134908ba30

View File

@ -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');