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 @@ -2192,7 +2192,7 @@ mapping
2192
2192
paths
2193
2193
"""""
2194
2194
2195
- **type **: ``array `` **default **: ``[] ``
2195
+ **type **: ``array `` **default **: ``['config/validation/' ] ``
2196
2196
2197
2197
This option allows to define an array of paths with files or directories where
2198
2198
the component will look for additional validation files:
@@ -2206,7 +2206,7 @@ the component will look for additional validation files:
2206
2206
validation :
2207
2207
mapping :
2208
2208
paths :
2209
- - " %kernel.project_dir%/validation/"
2209
+ - " %kernel.project_dir%/config/ validation/"
2210
2210
2211
2211
.. code-block :: xml
2212
2212
@@ -2222,7 +2222,7 @@ the component will look for additional validation files:
2222
2222
<framework : config >
2223
2223
<framework : validation >
2224
2224
<framework : mapping >
2225
- <framework : path >%kernel.project_dir%/validation</framework : path >
2225
+ <framework : path >%kernel.project_dir%/config/ validation/ </framework : path >
2226
2226
</framework : mapping >
2227
2227
</framework : validation >
2228
2228
</framework : config >
@@ -2235,7 +2235,7 @@ the component will look for additional validation files:
2235
2235
'validation' => [
2236
2236
'mapping' => [
2237
2237
'paths' => [
2238
- '%kernel.project_dir%/validation',
2238
+ '%kernel.project_dir%/config/ validation/ ',
2239
2239
],
2240
2240
],
2241
2241
],
You can’t perform that action at this time.
0 commit comments