Browse Source

remove unneeded service provider

Taylor Otwell 8 years ago
parent
commit
60d782a1bb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/app.php

+ 0 - 1
config/app.php

@@ -131,7 +131,6 @@ return [
         Illuminate\Bus\BusServiceProvider::class,
         Illuminate\Cache\CacheServiceProvider::class,
         Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
-        Illuminate\Routing\ControllerServiceProvider::class,
         Illuminate\Cookie\CookieServiceProvider::class,
         Illuminate\Database\DatabaseServiceProvider::class,
         Illuminate\Encryption\EncryptionServiceProvider::class,