File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 290
290
<xsd : element name =" default-psr6-provider" type =" xsd:string" minOccurs =" 0" maxOccurs =" 1" />
291
291
<xsd : element name =" default-redis-provider" type =" xsd:string" minOccurs =" 0" maxOccurs =" 1" />
292
292
<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" />
294
293
<xsd : element name =" default-pdo-provider" type =" xsd:string" minOccurs =" 0" maxOccurs =" 1" />
295
294
<xsd : element name =" pool" type =" cache_pool" minOccurs =" 0" maxOccurs =" unbounded" />
296
295
</xsd : sequence >
302
301
<xsd : attribute name =" default-redis-provider" type =" xsd:string" />
303
302
<xsd : attribute name =" default-memcached-provider" type =" xsd:string" />
304
303
<xsd : attribute name =" default-pdo-provider" type =" xsd:string" />
304
+ <xsd : attribute name =" default-doctrine-dbal-provider" type =" xsd:string" />
305
305
<xsd : attribute name =" prefix-seed" type =" xsd:string" />
306
306
</xsd : complexType >
307
307
You can’t perform that action at this time.
0 commit comments