From f19c16c023ac87d5fddd58c8952f77902186d6c2 Mon Sep 17 00:00:00 2001 From: Roelof Kallenkoot Date: Fri, 26 Aug 2016 00:16:58 +0200 Subject: [PATCH] Sorted the Application Service Providers alphabetically Minor change to stay consistent --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index adae4e0d..fb5ba390 100644 --- a/config/app.php +++ b/config/app.php @@ -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,