Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 446b5ec

Browse files
committed
Fix the import for routing_auto.yml
1 parent 74dc292 commit 446b5ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/create_basic_cms_auto_routing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,9 @@ Now you will need to include this configuration:
691691

692692
.. code-block:: yaml
693693
694-
# src/Acme/BasicCmsBundle/Resources/config/config.yml
694+
# app/config/config.yml
695695
imports:
696+
// ...
696697
- { resource: routing_auto.yml }
697698
698699
.. code-block:: xml

0 commit comments

Comments
 (0)