From 7443c99b07a15aac4694cef1bc9884fc7207f60d Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Fri, 2 Oct 2020 22:49:51 +0800 Subject: [PATCH] Fix invalid class namespace --- app/Services/InvoiceDraft/InvoiceDraft.php | 2 +- app/Services/InvoiceDraft/InvoiceDraftCollection.php | 2 +- app/Services/InvoiceDraft/Item.php | 2 +- tests/Feature/AgencyProfileTest.php | 2 +- tests/Feature/Partners/ManageCustomersTest.php | 2 +- tests/Feature/References/SiteOptionsTest.php | 2 +- tests/Unit/References/PaymentTypeTest.php | 2 +- tests/Unit/References/ProjectStatusTest.php | 2 +- tests/Unit/References/SubscriptionTypeTest.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/Services/InvoiceDraft/InvoiceDraft.php b/app/Services/InvoiceDraft/InvoiceDraft.php index af4b59c..e593f05 100644 --- a/app/Services/InvoiceDraft/InvoiceDraft.php +++ b/app/Services/InvoiceDraft/InvoiceDraft.php @@ -1,6 +1,6 @@