From 56944fb8e469b254ce010959f87511134bcfa112 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Sat, 5 Oct 2019 13:42:51 +0800 Subject: [PATCH] large commit --- config/app.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/app.php b/config/app.php index c93b217..d4af5ff 100644 --- a/config/app.php +++ b/config/app.php @@ -147,7 +147,6 @@ return [ Illuminate\Validation\ValidationServiceProvider::class, Illuminate\View\ViewServiceProvider::class, Tightenco\Ziggy\ZiggyServiceProvider::class, - Barryvdh\DomPDF\ServiceProvider::class, /* * Package Service Providers... */ @@ -210,7 +209,6 @@ return [ 'Validator' => Illuminate\Support\Facades\Validator::class, 'View' => Illuminate\Support\Facades\View::class, 'Constants' => App\Classes\Constants::class, - 'PDF' => Barryvdh\DomPDF\Facade::class, ],