public function __construct(RouteCollection $parent, string $name, ?self $parentConfigurator = null, ?array $parentPrefixes = null) { $this->name = $name; $this->collection = new RouteCollection(); $this->route = new Route(''); }