Skip to content

Commit 97c8f02

Browse files
committed
add missing default-doctrine-dbal-provider cache pool attribute to XSD
1 parent 37eec23 commit 97c8f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
<xsd:element name="default-psr6-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
291291
<xsd:element name="default-redis-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
292292
<xsd:element name="default-memcached-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
293+
<xsd:element name="default-doctrine-dbal-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
293294
<xsd:element name="default-pdo-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
294295
<xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" />
295296
</xsd:sequence>

0 commit comments

Comments
 (0)