feat app.php
: Move Blueprint service providers above application service providers.
This commit is contained in:
parent
6b4120d03b
commit
6730116228
1 changed files with 6 additions and 6 deletions
|
@ -189,6 +189,12 @@ return [
|
|||
Illuminate\Validation\ValidationServiceProvider::class,
|
||||
Illuminate\View\ViewServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Blueprint Service Providers
|
||||
*/
|
||||
Pterodactyl\Providers\Blueprint\RouteServiceProvider::class,
|
||||
Pterodactyl\Providers\Blueprint\ExtensionCommandServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
*/
|
||||
|
@ -203,12 +209,6 @@ return [
|
|||
Pterodactyl\Providers\RepositoryServiceProvider::class,
|
||||
Pterodactyl\Providers\ViewComposerServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Blueprint Service Providers
|
||||
*/
|
||||
Pterodactyl\Providers\Blueprint\RouteServiceProvider::class,
|
||||
Pterodactyl\Providers\Blueprint\ExtensionCommandServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Additional Dependencies
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue