Skip to content

Commit 490bc29

Browse files
authored
Update framework.rst
update other formats XML , PHP
1 parent e8053cd commit 490bc29

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
@@ -2226,7 +2226,7 @@ the component will look for additional validation files:
22262226
<framework:config>
22272227
<framework:validation>
22282228
<framework:mapping>
2229-
<framework:path>%kernel.project_dir%/validation</framework:path>
2229+
<framework:path>%kernel.project_dir%/config/validation/</framework:path>
22302230
</framework:mapping>
22312231
</framework:validation>
22322232
</framework:config>
@@ -2239,7 +2239,7 @@ the component will look for additional validation files:
22392239
'validation' => [
22402240
'mapping' => [
22412241
'paths' => [
2242-
'%kernel.project_dir%/validation',
2242+
'%kernel.project_dir%/config/validation/',
22432243
],
22442244
],
22452245
],

0 commit comments

Comments
 (0)