dbms_init...1
This commit is contained in:
parent
c6d7e572e4
commit
3423de7cc3
@ -6,7 +6,7 @@ use App\Entities\CommonEntity;
|
|||||||
|
|
||||||
abstract class CustomerEntity extends CommonEntity
|
abstract class CustomerEntity extends CommonEntity
|
||||||
{
|
{
|
||||||
protected function __construct(array|null $data = null)
|
public function __construct(array|null $data = null)
|
||||||
{
|
{
|
||||||
parent::__construct($data);
|
parent::__construct($data);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,7 +7,7 @@ use App\Entities\Equipment\EquipmentEntity;
|
|||||||
|
|
||||||
abstract class PartEntity extends EquipmentEntity
|
abstract class PartEntity extends EquipmentEntity
|
||||||
{
|
{
|
||||||
protected function __construct(array|null $data = null)
|
public function __construct(array|null $data = null)
|
||||||
{
|
{
|
||||||
parent::__construct($data);
|
parent::__construct($data);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user