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.
Symfony version(s) affected: 5.1
Description Routing Priority doesn't support for controller with only have one method
How to reproduce
@Route("/abc/{id}") in : XClassController::__invoke()
@Route("/abc/{id}")
XClassController::__invoke()
@Route("/abc/static-value-here", priority=7) in: YClassController::__invoke()
@Route("/abc/static-value-here", priority=7)
YClassController::__invoke()