Skip to content

Commit

Permalink
Update Helper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Aug 22, 2024
1 parent 7b501f1 commit 96d73e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Helpers/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public static function routeCollisionList()
return collect(\Illuminate\Support\Facades\Route::getRoutes()->get())
->map(fn(\Illuminate\Routing\Route $route) => $route->uri)
->pipe(fn($value) => self::collisionCandidateFilter($value))
->sort()
->toArray();
}

Expand Down

0 comments on commit 96d73e6

Please sign in to comment.