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

Commit e3276c8

Browse files
committed
add auto_mapping to all phpcr bundle config examples
1 parent 6fedff8 commit e3276c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tutorials/installing-configuring-doctrine-phpcr-odm.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ Basic configuration for each content repository is shown below; add the appropri
184184
workspace: default
185185
username: admin
186186
password: admin
187+
odm:
188+
auto_mapping: true
187189
188190
.. note::
189191

@@ -212,6 +214,8 @@ Basic configuration for each content repository is shown below; add the appropri
212214
workspace: default
213215
username: admin
214216
password: admin
217+
odm:
218+
auto_mapping: true
215219
216220
Setting up the content repository
217221
---------------------------------

0 commit comments

Comments
 (0)