From c567b12adcf979480bde3169233216085876d81f Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 5 Sep 2019 12:55:03 +0800 Subject: [PATCH] Remove unused service providers --- config/app.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/app.php b/config/app.php index 40a736f1..d5b677c2 100644 --- a/config/app.php +++ b/config/app.php @@ -161,8 +161,6 @@ return [ Illuminate\Hashing\HashServiceProvider::class, Illuminate\Mail\MailServiceProvider::class, Illuminate\Notifications\NotificationServiceProvider::class, - Illuminate\Pagination\PaginationServiceProvider::class, - Illuminate\Pipeline\PipelineServiceProvider::class, Illuminate\Queue\QueueServiceProvider::class, Illuminate\Redis\RedisServiceProvider::class, Illuminate\Session\SessionServiceProvider::class,