mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-02-17 12:48:42 +00:00
fix tests
This commit is contained in:
parent
e022663e71
commit
cfd3f470ab
|
|
@ -36,6 +36,11 @@ class Amount
|
||||||
|
|
||||||
public ?\DateTime $date = null;
|
public ?\DateTime $date = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor.
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->amount = new FloatInt();
|
$this->amount = new FloatInt();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user