We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e9b5a commit e486b07Copy full SHA for e486b07
doctrine.rst
@@ -186,7 +186,7 @@ in the database. This is usually done with annotations:
186
Doctrine supports a wide variety of different field types, each with their own options.
187
To see a full list of types and options, see `Doctrine's Mapping Types documentation`_.
188
If you want to use XML instead of annotations, add ``type: xml`` and
189
-``dir: '%kernel.project_dir%/config/doctrine`` to the entity mappings in your
+``dir: '%kernel.project_dir%/config/doctrine'`` to the entity mappings in your
190
``config/packages/doctrine.yaml`` file.
191
192
.. caution::
0 commit comments