runForMultiple($this->getTenants(), function ($tenant) { $this->line("Tenant: {$tenant['id']}"); $tenant->bringUpFromMaintenance(); }); $this->comment('Tenants are now out of maintenance mode.'); } }