1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

fixes for tests

This commit is contained in:
David Bomba 2023-03-21 22:31:19 +11:00
parent ba79c6cf9c
commit 3d38d3eb0c

View File

@ -284,7 +284,7 @@ class Invoice extends BaseModel
'deleted_at' => 'timestamp',
'is_deleted' => 'bool',
'is_amount_discount' => 'bool',
'tax_data' => 'objects',
'tax_data' => 'object',
];
protected $with = [];