protected function setEndpointDomains(EndpointCollection $endpoints) { foreach ($endpoints->getAllPaths() as $path) { if (is_null($path->domain)) { $path->domain = $this->domain; } } }