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, ],