Skip to content

Commit

Permalink
Restore static Service Providers
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Apr 29, 2018
1 parent c80f134 commit 95e8b57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/app.php
Expand Up @@ -164,6 +164,17 @@
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,


/*
* SeAT Service Providers
*/
Seat\Api\ApiServiceProvider::class,
Seat\Console\ConsoleServiceProvider::class,
Seat\Eveapi\EveapiServiceProvider::class,
Seat\Notifications\NotificationsServiceProvider::class,
Seat\Services\ServicesServiceProvider::class,
Seat\Web\WebServiceProvider::class,

/*
* Application Service Providers...
*/
Expand Down

0 comments on commit 95e8b57

Please sign in to comment.