Use "DefaultController" instead of "SomeController" as default

This commit is contained in:
Javier Eguiluz
2017-04-04 20:43:04 +02:00
parent 0b557bab57
commit e795fa039d
+1 -1
View File
@@ -1,6 +1,6 @@
#index: #index:
# path: / # path: /
# defaults: { _controller: "App\\Controller\\SomeController::index" } # defaults: { _controller: "App\\Controller\\DefaultController::index" }
# if annotations are enabled # if annotations are enabled
#controllers: #controllers: