Skip to content

Commit b0d45fd

Browse files
authored
Update override.rst
Using new convention path.
1 parent 795b782 commit b0d45fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/override.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ to a new validation group:
101101

102102
.. code-block:: yaml
103103
104-
# src/Acme/UserBundle/Resources/config/validation.yaml
104+
# config/validator/validation.yaml
105105
FOS\UserBundle\Model\User:
106106
properties:
107107
plainPassword:
@@ -114,7 +114,7 @@ to a new validation group:
114114
115115
.. code-block:: xml
116116
117-
<!-- src/Acme/UserBundle/Resources/config/validation.xml -->
117+
<!-- config/validator/validation.xml -->
118118
<?xml version="1.0" encoding="UTF-8" ?>
119119
<constraint-mapping xmlns="http://symfony.com/schema/dic/constraint-mapping"
120120
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)