Skip to content

Commit e795fa0

Browse files
committed
Use "DefaultController" instead of "SomeController" as default
1 parent 0b557ba commit e795fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/etc/routing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#index:
22
# path: /
3-
# defaults: { _controller: "App\\Controller\\SomeController::index" }
3+
# defaults: { _controller: "App\\Controller\\DefaultController::index" }
44

55
# if annotations are enabled
66
#controllers:

0 commit comments

Comments
 (0)