Confusing exception when using action injection + casing mismatch in routing file #28254
Labels
Bug
DependencyInjection
Help wanted
Issues and PRs which are looking for volunteers to complete them.
Status: Needs Review
Having such action:
and such routing:
yields
This is because user made a typo in routing and used BlogController::Index, instead of BlogController::index
The text was updated successfully, but these errors were encountered: