dbms_init...1
This commit is contained in:
parent
5a351c107a
commit
134908ba30
@ -23,7 +23,7 @@ abstract class CustomerService extends CommonService
|
|||||||
private ?UserService $_userService = null;
|
private ?UserService $_userService = null;
|
||||||
private ?ClientService $_clientService = null;
|
private ?ClientService $_clientService = null;
|
||||||
private $_equipmentService = [];
|
private $_equipmentService = [];
|
||||||
public function __construct()
|
protected function __construct()
|
||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->addClassName('Customer');
|
$this->addClassName('Customer');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user