From 624feb76c486c097bb657ba682906cb156f2ba85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Sat, 4 Sep 2021 18:22:11 +0300 Subject: [PATCH] styling --- app/Reports/TaxSummary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Reports/TaxSummary.php b/app/Reports/TaxSummary.php index 1b166502d..d5b437eb1 100644 --- a/app/Reports/TaxSummary.php +++ b/app/Reports/TaxSummary.php @@ -8,7 +8,7 @@ use App\Models\Document\Document; use App\Models\Setting\Tax; use App\Traits\Currencies; use App\Utilities\Recurring; -use Date; +use App\Utilities\Date; class TaxSummary extends Report {