8000 Merge pull request #844 from symfony-cmf/fix-typo · torreytsui/symfony-cmf-docs@30f1d20 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30f1d20

Browse files
authored
Merge pull request symfony-cmf#844 from symfony-cmf/fix-typo
fix bundle configuration
2 parents 28b9b7e + 6db2d2e commit 30f1d20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bundles/core/persistence.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ the following to your main configuration file:
1717
.. code-block:: yaml
1818
1919
# app/config/config.yml
20-
services:
21-
cmf_core:
22-
persistence:
23-
phpcr: ~
20+
cmf_core:
21+
persistence:
22+
phpcr: ~
2423
2524
.. code-block:: xml
2625

0 commit comments

Comments
 (0)
0