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 2dc0a7f commit 1436a58Copy full SHA for 1436a58
src/Helpers/Action.php
@@ -91,8 +91,6 @@ protected function hasMethods(array $route, array $aliases): bool
91
92
protected function hasAlias(string $uri, string $alias): bool
93
{
94
- //dump([$uri, $alias, Str::of($uri)->lower()->endsWith($alias)]);
95
-
96
return Str::of($uri)->lower()->endsWith($alias);
97
}
98
0 commit comments