@@ -72,7 +72,7 @@ following:
72
72
<?xml version =" 1.0" encoding =" UTF-8" ?>
73
73
<constraint-mapping xmlns =" http://symfony.com/schema/dic/constraint-mapping"
74
74
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
75
- xsi : schemaLocation =" http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/services /constraint-mapping-1.0.xsd" >
75
+ xsi : schemaLocation =" http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/constraint-mapping /constraint-mapping-1.0.xsd" >
76
76
77
77
<class name =" Acme\BlogBundle\Entity\Author" >
78
78
<property name =" name" >
@@ -349,7 +349,7 @@ constraint, have several configuration options available. Suppose that the
349
349
<?xml version =" 1.0" encoding =" UTF-8" ?>
350
350
<constraint-mapping xmlns =" http://symfony.com/schema/dic/constraint-mapping"
351
351
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
352
- xsi : schemaLocation =" http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/services /constraint-mapping-1.0.xsd" >
352
+ xsi : schemaLocation =" http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/constraint-mapping /constraint-mapping-1.0.xsd" >
353
353
354
354
<class name =" Acme\BlogBundle\Entity\Author" >
355
355
<property name =" gender" >
@@ -419,7 +419,7 @@ options can be specified in this way.
419
419
<?xml version =" 1.0" encoding =" UTF-8" ?>
420
420
<constraint-mapping xmlns =" http://symfony.com/schema/dic/constraint-mapping"
421
421
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
422
- xsi : schemaLocation =" http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/services /constraint-mapping-1.0.xsd" >
422
+ xsi : schemaLocation =" http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/constraint-mapping /constraint-mapping-1.0.xsd" >
423
423
424
424
<class name =" Acme\BlogBundle\Entity\Author" >
425
425
<property name =" gender" >
0 commit comments