Merge pull request #3909 from Rkallenkoot/patch-1
Sorted the Application Service Providers alphabetically
This commit is contained in:
commit
63e0cdc493
|
|
@ -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