runForMultiple($this->getTenants(), function ($tenant) { $this->components->info("Tenant: {$tenant->getTenantKey()}"); $tenant->bringUpFromMaintenance(); }); $this->components->info('Tenants are now out of maintenance mode.'); return 0; } }