mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-12 12:48:41 +00:00
fix minor construct bugs
This commit is contained in:
parent
d21ebb526d
commit
a416fa9407
|
|
@ -34,5 +34,6 @@ final class NullTask extends Task
|
||||||
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