diff --git a/app/Services/Installer/SeederService.php b/app/Services/Installer/SeederService.php index 8cb60d23..b4f0bed4 100644 --- a/app/Services/Installer/SeederService.php +++ b/app/Services/Installer/SeederService.php @@ -22,7 +22,6 @@ class SeederService extends Service // Map an environment to a seeder directory, if we want to share public static $seed_mapper = [ - 'local' => 'dev', 'production' => 'prod', ];