From b08de8cc0004fb8adfcf98d3ca1b0afd8ecfc90c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 29 Jan 2018 19:09:52 +0100 Subject: [PATCH] Clean up config. --- config/app.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/app.php b/config/app.php index 9d5c96d992..1c45157c18 100644 --- a/config/app.php +++ b/config/app.php @@ -76,8 +76,6 @@ return [ FireflyIII\Providers\RouteServiceProvider::class, // own stuff: - // Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class, - // Barryvdh\Debugbar\ServiceProvider::class, TwigBridge\ServiceProvider::class, PragmaRX\Google2FALaravel\ServiceProvider::class, @@ -104,7 +102,6 @@ return [ ], 'aliases' => [ - 'App' => Illuminate\Support\Facades\App::class, 'Artisan' => Illuminate\Support\Facades\Artisan::class, 'Auth' => Illuminate\Support\Facades\Auth::class,