We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e29aee commit e8053cdCopy full SHA for e8053cd
reference/configuration/framework.rst
@@ -2196,7 +2196,7 @@ mapping
2196
paths
2197
"""""
2198
2199
-**type**: ``array`` **default**: ``[]``
+**type**: ``array`` **default**: ``['config/validation/']``
2200
2201
This option allows to define an array of paths with files or directories where
2202
the component will look for additional validation files:
@@ -2210,7 +2210,7 @@ the component will look for additional validation files:
2210
validation:
2211
mapping:
2212
paths:
2213
- - "%kernel.project_dir%/validation/"
+ - "%kernel.project_dir%/config/validation/"
2214
2215
.. code-block:: xml
2216
0 commit comments