mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-17 16:58:41 +00:00
Automated formatting changes
This commit is contained in:
parent
0a8683a577
commit
36cf7a170e
|
|
@ -115,7 +115,7 @@ class BillType implements \JsonSerializable
|
||||||
public function toArray() : array
|
public function toArray() : array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
'numberFormat' => $this->numberFormat,
|
'numberFormat' => $this->numberFormat,
|
||||||
'transferType' => $this->transferType,
|
'transferType' => $this->transferType,
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@ namespace Modules\Billing\tests\Models;
|
||||||
use Modules\Billing\Models\Bill;
|
use Modules\Billing\Models\Bill;
|
||||||
use Modules\Billing\Models\BillElement;
|
use Modules\Billing\Models\BillElement;
|
||||||
use Modules\Billing\Models\BillStatus;
|
use Modules\Billing\Models\BillStatus;
|
||||||
use Modules\Billing\Models\BillType;
|
|
||||||
use Modules\Billing\Models\NullBillType;
|
use Modules\Billing\Models\NullBillType;
|
||||||
use Modules\Media\Models\Media;
|
use Modules\Media\Models\Media;
|
||||||
use phpOMS\Localization\ISO4217CharEnum;
|
use phpOMS\Localization\ISO4217CharEnum;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user