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 795b782 commit b0d45fdCopy full SHA for b0d45fd
bundles/override.rst
@@ -101,7 +101,7 @@ to a new validation group:
101
102
.. code-block:: yaml
103
104
- # src/Acme/UserBundle/Resources/config/validation.yaml
+ # config/validator/validation.yaml
105
FOS\UserBundle\Model\User:
106
properties:
107
plainPassword:
@@ -114,7 +114,7 @@ to a new validation group:
114
115
.. code-block:: xml
116
117
- <!-- src/Acme/UserBundle/Resources/config/validation.xml -->
+ <!-- config/validator/validation.xml -->
118
<?xml version="1.0" encoding="UTF-8" ?>
119
<constraint-mapping xmlns="http://symfony.com/schema/dic/constraint-mapping"
120
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0 commit comments