Fix environment mapping
This commit is contained in:
@@ -68,7 +68,7 @@ class MigrationService extends Service
|
||||
$availMigrations[] = $filepath;
|
||||
}
|
||||
|
||||
Log::info('Migrations available: '.count($availMigrations));
|
||||
//Log::info('Migrations available: '.count($availMigrations));
|
||||
|
||||
return $availMigrations;
|
||||
}
|
||||
|
||||
@@ -22,7 +22,8 @@ class SeederService extends Service
|
||||
|
||||
// Map an environment to a seeder directory, if we want to share
|
||||
public static $seed_mapper = [
|
||||
'local' => 'dev',
|
||||
'local' => 'dev',
|
||||
'production' => 'prod'
|
||||
];
|
||||
|
||||
public function __construct(DatabaseService $databaseSvc)
|
||||
|
||||
Reference in New Issue
Block a user