Small improvements
This commit is contained in:
@@ -24,5 +24,13 @@ class DatabaseSeeder extends Seeder
|
||||
$deveopmentDataSeeder = new DevelopmentDataSeeder();
|
||||
$deveopmentDataSeeder->execute();
|
||||
}
|
||||
|
||||
switch (env('PROVIDER')) {
|
||||
case 'bdp-lv-sachsen':
|
||||
$productionSeeeder = new ProductionDataSeeder();
|
||||
$productionSeeeder->execute();
|
||||
break;
|
||||
case 'development':
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user