Cleanup of the test classes and remove superfluous dependencies
This commit is contained in:
@@ -72,7 +72,6 @@ return [
|
||||
Collective\Html\HtmlServiceProvider::class,
|
||||
Laracasts\Flash\FlashServiceProvider::class,
|
||||
Prettus\Repository\Providers\RepositoryServiceProvider::class,
|
||||
Spatie\Fractal\FractalServiceProvider::class,
|
||||
SebastiaanLuca\Helpers\Methods\GlobalHelpersServiceProvider::class,
|
||||
SebastiaanLuca\Helpers\Collections\CollectionMacrosServiceProvider::class,
|
||||
Toin0u\Geotools\GeotoolsServiceProvider::class,
|
||||
@@ -106,7 +105,6 @@ return [
|
||||
'File' => Illuminate\Support\Facades\File::class,
|
||||
'Flash' => Laracasts\Flash\Flash::class,
|
||||
'Form' => Collective\Html\FormFacade::class,
|
||||
'Fractal' => Spatie\Fractal\FractalFacade::class,
|
||||
'Gate' => Illuminate\Support\Facades\Gate::class,
|
||||
'Geotools' => Toin0u\Geotools\Facade\Geotools::class,
|
||||
'Hash' => Illuminate\Support\Facades\Hash::class,
|
||||
|
||||
Reference in New Issue
Block a user