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
This commit is contained in:
Fabien Potencier
2017-04-04 12:11:13 -07:00
@@ -1,6 +1,6 @@
#index:
# path: /
# defaults: { _controller: "App\\Controller\\SomeController::index" }
# defaults: { _controller: "App\\Controller\\DefaultController::index" }
# if annotations are enabled
#controllers: