Style fixes
This commit is contained in:
@@ -23,7 +23,7 @@ class SeederService extends Service
|
||||
// Map an environment to a seeder directory, if we want to share
|
||||
public static $seed_mapper = [
|
||||
'local' => 'dev',
|
||||
'production' => 'prod'
|
||||
'production' => 'prod',
|
||||
];
|
||||
|
||||
public function __construct(DatabaseService $databaseSvc)
|
||||
|
||||
Reference in New Issue
Block a user