File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -196,10 +196,10 @@ In addition to the ``@Groups`` annotation, the Serializer component also
196
196
supports Yaml or XML files. These files are automatically loaded when being
197
197
stored in one of the following locations:
198
198
199
- * The ``serialization.yml `` or ``serialization.xml `` file in
199
+ * The ``serialization.yaml `` or ``serialization.xml `` file in
200
200
the ``Resources/config/ `` directory of a bundle;
201
- * All ``*.yml `` and ``*.xml `` files in the ``Resources/config/serialization/ ``
202
- directory of a bundle.
201
+ * All ``*.yaml `` and ``*.xml `` files in the ``Resources/config/serialization/ ``
202
+ directory of a bundle and in the `` config/serializer/ `` directory of your project .
203
203
204
204
.. _serializer-enabling-metadata-cache :
205
205
You can’t perform that action at this time.
0 commit comments