Browse Source

Sorted the Application Service Providers alphabetically

Minor change to stay consistent
Roelof Kallenkoot 7 years ago
parent
commit
f19c16c023
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

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