mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-27 06:58:40 +00:00
fix minor construct bugs
This commit is contained in:
parent
80c7d090e9
commit
cc6b1bd80c
|
|
@ -34,5 +34,6 @@ final class NullQAAnswer extends QAAnswer
|
|||
public function __construct(int $id = 0)
|
||||
{
|
||||
$this->id = $id;
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,5 +34,6 @@ final class NullQAQuestion extends QAQuestion
|
|||
public function __construct(int $id = 0)
|
||||
{
|
||||
$this->id = $id;
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user