File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2197,7 +2197,7 @@ mapping
2197
2197
paths
2198
2198
"""""
2199
2199
2200
- **type **: ``array `` **default **: ``[] ``
2200
+ **type **: ``array `` **default **: ``['config/validation/' ] ``
2201
2201
2202
2202
This option allows to define an array of paths with files or directories where
2203
2203
the component will look for additional validation files:
@@ -2211,7 +2211,7 @@ the component will look for additional validation files:
2211
2211
validation :
2212
2212
mapping :
2213
2213
paths :
2214
- - " %kernel.project_dir%/validation/"
2214
+ - " %kernel.project_dir%/config/ validation/"
2215
2215
2216
2216
.. code-block :: xml
2217
2217
@@ -2227,7 +2227,7 @@ the component will look for additional validation files:
2227
2227
<framework : config >
2228
2228
<framework : validation >
2229
2229
<framework : mapping >
2230
- <framework : path >%kernel.project_dir%/validation</framework : path >
2230
+ <framework : path >%kernel.project_dir%/config/ validation/ </framework : path >
2231
2231
</framework : mapping >
2232
2232
</framework : validation >
2233
2233
</framework : config >
@@ -2240,7 +2240,7 @@ the component will look for additional validation files:
2240
2240
'validation' => [
2241
2241
'mapping' => [
2242
2242
'paths' => [
2243
- '%kernel.project_dir%/validation',
2243
+ '%kernel.project_dir%/config/ validation/ ',
2244
2244
],
2245
2245
],
2246
2246
],
You can’t perform that action at this time.
0 commit comments