Files
symfony-flex-recipes/symfony/framework-bundle/3.3/etc/routing.yaml
T
Fabien Potencier 16283e8e14 minor #1 Use "DefaultController" instead of "SomeController" as default (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

Use "DefaultController" instead of "SomeController" as default

In case https://github.com/fabpot/flex/issues/27 is accepted, this should be the solution.

Commits
-------

e795fa0 Use "DefaultController" instead of "SomeController" as default
2017-04-04 12:11:13 -07:00

9 lines
197 B
YAML

#index:
# path: /
# defaults: { _controller: "App\\Controller\\DefaultController::index" }
# if annotations are enabled
#controllers:
# resource: ../src/Controller/
# type: annotation