Default auth service provider.

This commit is contained in:
Taylor Otwell
2015-08-29 20:27:18 -05:00
parent 420e813498
commit 7d4b5d75ef
2 changed files with 32 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ return [
* Application Service Providers...
*/
App\Providers\AppServiceProvider::class,
App\Providers\AuthServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,