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', 'deleted_at' => 'timestamp',
'is_deleted' => 'bool', 'is_deleted' => 'bool',
'is_amount_discount' => 'bool', 'is_amount_discount' => 'bool',
'tax_data' => 'objects', 'tax_data' => 'object',
]; ];
protected $with = []; protected $with = [];