match up db named/seeder to installer names/env names

This commit is contained in:
Nabeel Shahzad
2017-12-04 15:35:39 -06:00
parent 9c1a8f8251
commit 3849b55c50
4 changed files with 27 additions and 11 deletions

View File

@@ -62,6 +62,7 @@ return [
Spatie\Fractal\FractalServiceProvider::class,
SebastiaanLuca\Helpers\Methods\GlobalHelpersServiceProvider::class,
SebastiaanLuca\Helpers\Collections\CollectionMacrosServiceProvider::class,
Toin0u\Geotools\GeotoolsServiceProvider::class,
/*
* Application Service Providers...
@@ -71,8 +72,6 @@ return [
App\Providers\AuthServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
Toin0u\Geotools\GeotoolsServiceProvider::class,
],
'aliases' => [