Skip to content

Commit b84ebb2

Browse files
committed
change default doctrine DBAL provider to XML attribute
1 parent 97c8f02 commit b84ebb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@
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" />
294293
<xsd:element name="default-pdo-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
295294
<xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" />
296295
</xsd:sequence>
@@ -302,6 +301,7 @@
302301
<xsd:attribute name="default-redis-provider" type="xsd:string" />
303302
<xsd:attribute name="default-memcached-provider" type="xsd:string" />
304303
<xsd:attribute name="default-pdo-provider" type="xsd:string" />
304+
<xsd:attribute name="default-doctrine-dbal-provider" type="xsd:string" />
305305
<xsd:attribute name="prefix-seed" type="xsd:string" />
306306
</xsd:complexType>
307307

0 commit comments

Comments
 (0)