From 77c2763f53df1fba1fcdb1662454a658eefd8fe1 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Thu, 1 Jun 2023 04:39:38 -0400 Subject: [PATCH] Fix typo. #744 --- src/Service/InvoiceManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/InvoiceManager.php b/src/Service/InvoiceManager.php index 8743a099..1a17fe7d 100644 --- a/src/Service/InvoiceManager.php +++ b/src/Service/InvoiceManager.php @@ -44,7 +44,7 @@ class InvoiceManager new Invoice\TireRepair(), new Invoice\DiscountType(), new Invoice\TradeIn(), - new Invoice\Tax, + new Invoice\Tax(), ]; }