mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 07:03:23 -06:00
Clean up config.
This commit is contained in:
parent
4c503e4c7c
commit
b08de8cc00
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user