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 = [];