diff --git a/app/Services/Client/Statement.php b/app/Services/Client/Statement.php index c05044f52c86..b96d72e23a7c 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 {