Don't map local env to dev so dev seeds won't run
This commit is contained in:
parent
d1b7905e95
commit
991f661144
@ -22,7 +22,6 @@ class SeederService extends Service
|
|||||||
|
|
||||||
// Map an environment to a seeder directory, if we want to share
|
// Map an environment to a seeder directory, if we want to share
|
||||||
public static $seed_mapper = [
|
public static $seed_mapper = [
|
||||||
'local' => 'dev',
|
|
||||||
'production' => 'prod',
|
'production' => 'prod',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user