Merge pull request #3909 from Rkallenkoot/patch-1

Sorted the Application Service Providers alphabetically
This commit is contained in:
Taylor Otwell 2016-08-26 12:39:50 +01:00 committed by GitHub
commit 63e0cdc493
1 changed files with 1 additions and 1 deletions

View File

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