mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-22 17:58:39 +00:00
fix tests
This commit is contained in:
parent
f80cc308ca
commit
ef18fef2b2
|
|
@ -15,6 +15,7 @@ declare(strict_types=1);
|
|||
namespace Modules\Accounting\Models;
|
||||
|
||||
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
||||
use phpOMS\Localization\BaseStringL11n;
|
||||
|
||||
/**
|
||||
* CostCenter mapper class.
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ declare(strict_types=1);
|
|||
namespace Modules\Accounting\Models;
|
||||
|
||||
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
||||
use phpOMS\Localization\BaseStringL11n;
|
||||
|
||||
/**
|
||||
* CostObject mapper class.
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class IncomeStatement
|
|||
* @var null|\DateTime
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private ?\DateTime $date = null;
|
||||
public ?\DateTime $date = null;
|
||||
|
||||
/**
|
||||
* Income statement structure.
|
||||
|
|
@ -46,5 +46,5 @@ class IncomeStatement
|
|||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private array $incomeStatement = [];
|
||||
public array $incomeStatement = [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user