Removing warning about non-availability of no-prefix in XML mappings
This commit is contained in:
parent
74a2cfc83b
commit
a701c9d046
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue