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:
parent
ba79c6cf9c
commit
3d38d3eb0c
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user