Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 32ca45b

Browse files
Validate the cmf_routing_auto.adapter configuration option.
The cmf_routing_auto.adapter configuration is handled by the bundle. But it isn't or validated by the schema.
1 parent 2d362bb commit 32ca45b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/config/schema/routing-auto-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</xsd:sequence>
1515

1616
<xsd:attribute name="auto-mapping" type="xsd:boolean" />
17+
<xsd:attribute name="adapter" type="xsd:string" />
1718
</xsd:complexType>
1819

1920
<xsd:complexType name="persistence">

0 commit comments

Comments
 (0)