8000 add missing cache prefix seed attribute to XSD · symfony/symfony@03dbd84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03dbd84

Browse files
committed
add missing cache prefix seed attribute to XSD
1 parent 0df45a2 commit 03dbd84

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)
0