Skip to content

Commit 5ed501f

Browse files
committed
minor #10396 Update search location of serializer configuration (robob4him)
This PR was squashed before being merged into the 4.1 branch (closes #10396). Discussion ---------- Update search location of serializer configuration (Docs change) Symfony 4.1 uses the 'serializer' directory, not 'serialization'. Commits ------- 3988e2d Update search location of serializer configuration
2 parents 691c082 + 3988e2d commit 5ed501f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

serializer.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ In addition to the ``@Groups`` annotation, the Serializer component also
137137
supports YAML or XML files. These files are automatically loaded when being
138138
stored in one of the following locations:
139139

140+
* All ``*.yaml`` and ``*.xml`` files in the ``config/serializer/``
141+
directory.
140142
* The ``serialization.yaml`` or ``serialization.xml`` file in
141143
the ``Resources/config/`` directory of a bundle;
142144
* All ``*.yaml`` and ``*.xml`` files in the ``Resources/config/serialization/``

0 commit comments

Comments
 (0)