We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551e054 commit 6a4e387Copy full SHA for 6a4e387
src/Helpers/Name.php
@@ -24,7 +24,7 @@ protected function resolve(string $uri): Collection
24
->rtrim(' /')
25
->explode('/')
26
->filter(fn (string $value) => $this->has($value))
27
- ->map(fn (string $value) => $this->map($value));
+ ->map(fn (string $value) => $this->map($value));
28
}
29
30
protected function getMethodSuffix(array $methods, string $uri): string
0 commit comments