Skip to content

Commit f9aac64

Browse files
committed
bug symfony#28783 [FrameworkBundle] add missing cache prefix seed attribute to XSD (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [FrameworkBundle] add missing cache prefix seed attribute to XSD | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 03dbd84 add missing cache prefix seed attribute to XSD
2 parents 3812aaf + 03dbd84 commit f9aac64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@
249249
<xsd:element name="default-memcached-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
250250
<xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" />
251251
</xsd:sequence>
252+
253+
<xsd:attribute name="prefix-seed" type="xsd:string" />
252254
</xsd:complexType>
253255

254256
<xsd:complexType name="cache_pool">

0 commit comments

Comments
 (0)