Browse Source

Remove unused service provider and alias call

pull/30/head
Nafies Luthfi 7 years ago
parent
commit
06705fffd5
  1. 7
      config/app.php

7
config/app.php

@ -166,9 +166,6 @@ return [
/* /*
* Package Service Providers... * Package Service Providers...
*/ */
BackupManager\Laravel\Laravel55ServiceProvider::class,
Laravel\Tinker\TinkerServiceProvider::class,
Luthfi\FormField\FormFieldServiceProvider::class,
/* /*
* Application Service Providers... * Application Service Providers...
@ -228,10 +225,6 @@ return [
'Validator' => Illuminate\Support\Facades\Validator::class, 'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class, 'View' => Illuminate\Support\Facades\View::class,
'FormField' => Luthfi\FormField\FormFieldFacade::class,
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
], ],
]; ];
Loading…
Cancel
Save