Skip to content

Commit b687826

Browse files
alamiraultnicolas-grekas
authored andcommitted
Remove unused private methods
1 parent 9def98b commit b687826

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Loader/Configurator/CollectionConfigurator.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,4 @@ final public function host(string|array $host): static
114114

115115
return $this;
116116
}
117-
118-
private function createRoute(string $path): Route
119-
{
120-
return (clone $this->route)->setPath($path);
121-
}
122117
}

0 commit comments

Comments
 (0)