File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ and configure the service and method to call:
73
73
74
74
.. code-block :: yaml
75
75
76
- # app/ config/routing.yml
76
+ # config/routing.yaml
77
77
admin_routes :
78
78
resource : ' admin_route_loader:loadRoutes'
79
79
type : service
80
80
81
81
.. code-block :: xml
82
82
83
- <!-- app/ config/routing.xml -->
83
+ <!-- config/routing.xml -->
84
84
<?xml version =" 1.0" encoding =" UTF-8" ?>
85
85
<routes xmlns =" http://symfony.com/schema/routing"
86
86
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -92,7 +92,7 @@ and configure the service and method to call:
92
92
93
93
.. code-block :: php
94
94
95
- // app/ config/routing.php
95
+ // config/routing.php
96
96
use Symfony\Component\Routing\RouteCollection;
97
97
98
98
$routes = new RouteCollection();
You can’t perform that action at this time.
0 commit comments