Sorted the Application Service Providers alphabetically
Minor change to stay consistent
This commit is contained in:
committed by
GitHub
parent
de81dd38d1
commit
f19c16c023
@@ -173,8 +173,8 @@ return [
|
||||
* 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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user