From 3d38d3eb0c189c089b12c4f0d5cc5d226becb237 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 21 Mar 2023 22:31:19 +1100 Subject: [PATCH] fixes for tests --- app/Models/Invoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index e102a00db541..c8c0ad8444ce 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -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 = [];