where('is_test', true)->exists()) { $this->command?->info('Test-Display existiert bereits – übersprungen.'); return; } Display::query()->create([ 'name' => 'Test-Display', 'location' => 'Vorschau / Test', 'is_active' => true, 'is_test' => true, ]); $this->command?->info('Test-Display angelegt.'); } }