Skip to content

Commit 1436a58

Browse files
author
Andrey Helldar
committed
Cleanup Action.php
1 parent 2dc0a7f commit 1436a58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Helpers/Action.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ protected function hasMethods(array $route, array $aliases): bool
9191

9292
protected function hasAlias(string $uri, string $alias): bool
9393
{
94-
//dump([$uri, $alias, Str::of($uri)->lower()->endsWith($alias)]);
95-
9694
return Str::of($uri)->lower()->endsWith($alias);
9795
}
9896
}

0 commit comments

Comments
 (0)