info("Listing all tenants."); tenancy()->all()->each(function ($tenant) { $this->line("[Tenant] uuid: {$tenant['uuid']} @ {$tenant['domain']}"); }); } }