"Automat {$i}", 'location' => "Standort {$i} - {$tenant->name}", 'description' => "Test-Automat {$i} für {$tenant->name}", 'is_active' => true, 'tenant_id' => $tenant->id, ]); } $this->command->info("{$machineCount} Automaten für Mandant '{$tenant->name}' erstellt."); } $this->command->info('Test-Automaten für alle Mandanten erstellt.'); } }