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 e8053cd commit 490bc29Copy full SHA for 490bc29
reference/configuration/framework.rst
@@ -2226,7 +2226,7 @@ the component will look for additional validation files:
2226
<framework:config>
2227
<framework:validation>
2228
<framework:mapping>
2229
- <framework:path>%kernel.project_dir%/validation</framework:path>
+ <framework:path>%kernel.project_dir%/config/validation/</framework:path>
2230
</framework:mapping>
2231
</framework:validation>
2232
</framework:config>
@@ -2239,7 +2239,7 @@ the component will look for additional validation files:
2239
'validation' => [
2240
'mapping' => [
2241
'paths' => [
2242
- '%kernel.project_dir%/validation',
+ '%kernel.project_dir%/config/validation/',
2243
],
2244
2245
0 commit comments