From 7bbc2b7f9cf3ecc5dc04b20f6e4b092e93dbb147 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 19 Apr 2022 13:41:44 +1000 Subject: [PATCH] Remove unused includes --- app/Services/Client/Statement.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/Services/Client/Statement.php b/app/Services/Client/Statement.php index c05044f52c..b96d72e23a 100644 --- a/app/Services/Client/Statement.php +++ b/app/Services/Client/Statement.php @@ -19,20 +19,14 @@ use App\Models\Client; use App\Models\Design; use App\Models\Invoice; use App\Models\Payment; -use App\Models\Product; use App\Services\PdfMaker\Design as PdfMakerDesign; use App\Services\PdfMaker\PdfMaker; use App\Utils\HostedPDF\NinjaPdf; use App\Utils\HtmlEngine; -use App\Utils\Ninja; use App\Utils\Number; use App\Utils\PhantomJS\Phantom; use App\Utils\Traits\Pdf\PdfMaker as PdfMakerTrait; -use Illuminate\Database\Eloquent\Builder; -use Illuminate\Database\Eloquent\Collection; use Illuminate\Support\Carbon; -use Illuminate\Support\Facades\DB; -use Illuminate\Support\LazyCollection; class Statement {