call(UsersTableSeeder::class); $this->call('ArbeitsplatzSeeder'); $this->command->info('Arbeitsplatz-table seeded!'); $this->call('OrteSeeder'); $this->command->info("Orte-table seeded!"); } }