mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-11 01:28:41 +00:00
fix tests
This commit is contained in:
parent
e578c0c84d
commit
a95aaab301
|
|
@ -34,6 +34,7 @@ final class NullSolution extends Solution
|
||||||
public function __construct(int $id = 0)
|
public function __construct(int $id = 0)
|
||||||
{
|
{
|
||||||
$this->id = $id;
|
$this->id = $id;
|
||||||
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,11 @@ class Solution
|
||||||
|
|
||||||
public Risk $risk;
|
public Risk $risk;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor.
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->risk = new Risk();
|
$this->risk = new Risk();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user