mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Use "DefaultController" instead of "SomeController" as default
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#index:
|
||||
# path: /
|
||||
# defaults: { _controller: "App\\Controller\\SomeController::index" }
|
||||
# defaults: { _controller: "App\\Controller\\DefaultController::index" }
|
||||
|
||||
# if annotations are enabled
|
||||
#controllers:
|
||||
|
||||
Reference in New Issue
Block a user