execute(); if (str_ends_with(env('APP_URL'), 'mareike.local')) { $deveopmentDataSeeder = new DevelopmentDataSeeder(); $deveopmentDataSeeder->execute(); } switch (env('PROVIDER')) { case 'bdp-lv-sachsen': $productionSeeeder = new ProductionDataSeeder(); $productionSeeeder->execute(); break; case 'development': } } }