File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -1641,14 +1641,15 @@ defined in the class annotation.
1641
1641
xsi : schemaLocation =" http://symfony.com/schema/routing
1642
1642
https://symfony.com/schema/routing/routing-1.0.xsd" >
1643
1643
1644
- <import resource =" ../../src/Controller/"
1645
- type =" annotation"
1646
- prefix =" /blog"
1647
- name-prefix =" blog_"
1648
- trailing-slash-on-root =" false"
1649
- exclude =" ../../src/Controller/{DebugEmailController}.php" >
1650
- <!-- ... -->
1651
- </import >
1644
+ <import resource =" ../../src/Controller/"
1645
+ type =" annotation"
1646
+ prefix =" /blog"
1647
+ name-prefix =" blog_"
1648
+ trailing-slash-on-root =" false"
1649
+ exclude =" ../../src/Controller/{DebugEmailController}.php" >
1650
+ <!-- ... -->
1651
+ </import >
1652
+ </routes >
1652
1653
1653
1654
.. code-block :: php
1654
1655
You can’t perform that action at this time.
0 commit comments