mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-12 02:38:40 +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;
|
namespace Modules\Accounting\Models;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
||||||
|
use phpOMS\Localization\BaseStringL11n;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CostCenter mapper class.
|
* CostCenter mapper class.
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ declare(strict_types=1);
|
||||||
namespace Modules\Accounting\Models;
|
namespace Modules\Accounting\Models;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
||||||
|
use phpOMS\Localization\BaseStringL11n;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CostObject mapper class.
|
* CostObject mapper class.
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ class IncomeStatement
|
||||||
* @var null|\DateTime
|
* @var null|\DateTime
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private ?\DateTime $date = null;
|
public ?\DateTime $date = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Income statement structure.
|
* Income statement structure.
|
||||||
|
|
@ -46,5 +46,5 @@ class IncomeStatement
|
||||||
* @var array
|
* @var array
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private array $incomeStatement = [];
|
public array $incomeStatement = [];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user