Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3791cd8 commit b4f7e61Copy full SHA for b4f7e61
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
@@ -412,6 +412,7 @@
412
<xsd:element name="bus" type="messenger_bus" minOccurs="0" maxOccurs="unbounded" />
413
</xsd:sequence>
414
<xsd:attribute name="default-bus" type="xsd:string" />
415
+ <xsd:attribute name="enabled" type="xsd:boolean" />
416
<xsd:attribute name="failure_transport" type="xsd:string" />
417
</xsd:complexType>
418
@@ -447,6 +448,7 @@
447
448
<xsd:attribute name="name" type="xsd:string" />
449
<xsd:attribute name="serializer" type="xsd:string" />
450
<xsd:attribute name="dsn" type="xsd:string" />
451
+ <xsd:attribute name="failure_transport" type="xsd:string" />
452
453
454
<xsd:complexType name="messenger_bus">
0 commit comments