mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-02 17:58:42 +00:00
fix minor construct bugs
This commit is contained in:
parent
01e44c0e98
commit
d49749b13f
|
|
@ -34,5 +34,6 @@ final class NullDepartment extends Department
|
|||
public function __construct(int $id = 0)
|
||||
{
|
||||
$this->id = $id;
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user