Commit 9c5f064
committed
bug #8928 How to use the route in xml (valterjrdev)
This PR was merged into the 4.0 branch.
Discussion
----------
How to use the route in xml
According to xsd "http://symfony.com/schema/routing/routing-1.0.xsd" the <controller> tag does not exist because it is an attribute. This way above is the correct way to use
Commits
-------
fcccd7a How to use the route in xml1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments