Skip to content

Commit 6a4e387

Browse files
committed
Update code-style 💻
1 parent 551e054 commit 6a4e387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/Name.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected function resolve(string $uri): Collection
2424
->rtrim(' /')
2525
->explode('/')
2626
->filter(fn (string $value) => $this->has($value))
27-
->map(fn (string $value) => $this->map($value));
27+
->map(fn (string $value) => $this->map($value));
2828
}
2929

3030
protected function getMethodSuffix(array $methods, string $uri): string

0 commit comments

Comments
 (0)