1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Removing warning about non-availability of no-prefix in XML mappings

This commit is contained in:
Andrey Knupp Vital 2015-01-08 10:11:22 -02:00
parent 74a2cfc83b
commit a701c9d046

View File

@ -117,7 +117,7 @@ The following example shows you how to set your prefix to ``myPrefix_``:
columnPrefix: myPrefix_
To have Doctrine drop the prefix and use the value object's property name
directly, set ``columnPrefix=false`` (not yet supported with XML configuration):
directly, set ``columnPrefix=false`` (``use-column-prefix="false"`` for XML):
.. configuration-block::