Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Labels
Milestone
Description
Withsymfony/symfony#26085 coming with Symfony 4.1 the doc should not mention the deprecated syntax anymore. Most examples in the doc already use the FQCN::method syntax which is good. The parts I've found that should be updated are
If your controller is registered as a service, you can also use just one colon separator (e.g. service_name:index).