Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort routes by model binding in RouteCollection #53031

Closed
wants to merge 1 commit into from

Commits on Oct 4, 2024

  1. Sort routes by model binding in RouteCollection

    - Updated the sort logic in the RouteCollection class to prioritize routes without model bindings, ensuring they appear first in the collection.
    - Added tests in RouteCollectionTests to validate the new sorting behavior.
    Abedullah22 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    026c5fd View commit details
    Browse the repository at this point in the history