Skip to content

Commit e8053cd

Browse files
authored
default validation mapping directory
1 parent 3e29aee commit e8053cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,7 +2196,7 @@ mapping
21962196
paths
21972197
"""""
21982198

2199-
**type**: ``array`` **default**: ``[]``
2199+
**type**: ``array`` **default**: ``['config/validation/']``
22002200

22012201
This option allows to define an array of paths with files or directories where
22022202
the component will look for additional validation files:
@@ -2210,7 +2210,7 @@ the component will look for additional validation files:
22102210
validation:
22112211
mapping:
22122212
paths:
2213-
- "%kernel.project_dir%/validation/"
2213+
- "%kernel.project_dir%/config/validation/"
22142214
22152215
.. code-block:: xml
22162216

0 commit comments

Comments
 (0)