Skip to content

Commit e75956e

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [Mailer] update Brevo SMTP host change default doctrine DBAL provider to XML attribute
2 parents e32a79e + b84ebb2 commit e75956e

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
@@ -339,7 +339,6 @@
339339
<xsd:element name="default-psr6-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
340340
<xsd:element name="default-redis-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
341341
<xsd:element name="default-memcached-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
342-
<xsd:element name="default-doctrine-dbal-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
343342
<xsd:element name="default-pdo-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
344343
<xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" />
345344
</xsd:sequence>
@@ -351,6 +350,7 @@
351350
<xsd:attribute name="default-redis-provider" type="xsd:string" />
352351
<xsd:attribute name="default-memcached-provider" type="xsd:string" />
353352
<xsd:attribute name="default-pdo-provider" type="xsd:string" />
353+
<xsd:attribute name="default-doctrine-dbal-provider" type="xsd:string" />
354354
<xsd:attribute name="prefix-seed" type="xsd:string" />
355355
</xsd:complexType>
356356

0 commit comments

Comments
 (0)