mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-11 19:38:40 +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)
|
||||
{
|
||||
$this->id = $id;
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -56,6 +56,11 @@ class Solution
|
|||
|
||||
public Risk $risk;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->risk = new Risk();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user