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:
7373
7474 .. code-block :: yaml
7575
76- # app/ config/routing.yml
76+ # config/routing.yaml
7777 admin_routes :
7878 resource : ' admin_route_loader:loadRoutes'
7979 type : service
8080
8181 .. code-block :: xml
8282
83- <!-- app/ config/routing.xml -->
83+ <!-- config/routing.xml -->
8484 <?xml version =" 1.0" encoding =" UTF-8" ?>
8585 <routes xmlns =" http://symfony.com/schema/routing"
8686 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -92,7 +92,7 @@ and configure the service and method to call:
9292
9393 .. code-block :: php
9494
95- // app/ config/routing.php
95+ // config/routing.php
9696 use Symfony\Component\Routing\RouteCollection;
9797
9898 $routes = new RouteCollection();
You can’t perform that action at this time.
0 commit comments