8000 add missing default-doctrine-dbal-provider cache pool attribute to XSD · symfony/symfony@a6a3fae · GitHub
[go: up one dir, main page]

Skip to content

Commit a6a3fae

Browse files
committed
add missing default-doctrine-dbal-provider cache pool attribute to XSD
1 parent 6d45e0a commit a6a3fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0