Sorted the Application Service Providers alphabetically
Minor change to stay consistent
This commit is contained in:
parent
de81dd38d1
commit
f19c16c023
|
|
@ -173,8 +173,8 @@
|
|||
* Application Service Providers...
|
||||
*/
|
||||
App\Providers\AppServiceProvider::class,
|
||||
// App\Providers\BroadcastServiceProvider::class,
|
||||
App\Providers\AuthServiceProvider::class,
|
||||
// App\Providers\BroadcastServiceProvider::class,
|
||||
App\Providers\EventServiceProvider::class,
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue