group = $group; return $this; } public function name(string $value): static { if (($groupName = $this->group?->getFullName()) !== null) { $value = $groupName.$value; } $this->router->addNamedRoute($value, $this->route); return $this; } }