Commit a09c0602 authored by Ibrahim AshShohail's avatar Ibrahim AshShohail

Switch the order of app providers

parent dc384fe1
...@@ -110,14 +110,6 @@ return [ ...@@ -110,14 +110,6 @@ return [
'providers' => [ 'providers' => [
/*
* Application Service Providers...
*/
'App\Providers\AppServiceProvider',
'App\Providers\BusServiceProvider',
'App\Providers\EventServiceProvider',
'App\Providers\RouteServiceProvider',
/* /*
* Laravel Framework Service Providers... * Laravel Framework Service Providers...
*/ */
...@@ -144,6 +136,14 @@ return [ ...@@ -144,6 +136,14 @@ return [
'Illuminate\Validation\ValidationServiceProvider', 'Illuminate\Validation\ValidationServiceProvider',
'Illuminate\View\ViewServiceProvider', 'Illuminate\View\ViewServiceProvider',
/*
* Application Service Providers...
*/
'App\Providers\AppServiceProvider',
'App\Providers\BusServiceProvider',
'App\Providers\EventServiceProvider',
'App\Providers\RouteServiceProvider',
], ],
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment