Sorted the Application Service Providers alphabetically

Minor change to stay consistent
This commit is contained in:
Roelof Kallenkoot
2016-08-26 00:16:58 +02:00
committed by GitHub
parent de81dd38d1
commit f19c16c023

View File

@@ -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,