mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-08 01:18:40 +00:00
fix minor construct bugs
This commit is contained in:
parent
bd367b3b60
commit
415cb3b308
|
|
@ -34,5 +34,6 @@ final class NullReport extends Report
|
||||||
public function __construct(int $id = 0)
|
public function __construct(int $id = 0)
|
||||||
{
|
{
|
||||||
$this->id = $id;
|
$this->id = $id;
|
||||||
|
parent::__construct();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,5 +34,6 @@ final class NullTemplate extends Template
|
||||||
public function __construct(int $id = 0)
|
public function __construct(int $id = 0)
|
||||||
{
|
{
|
||||||
$this->id = $id;
|
$this->id = $id;
|
||||||
|
parent::__construct();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user