Skip to content

Commit 16283e8

Browse files
committed
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 symfony/flex#27 is accepted, this should be the solution. Commits ------- e795fa0 Use "DefaultController" instead of "SomeController" as default
2 parents 6899aa8 + e795fa0 commit 16283e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/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)