bug #28783 [FrameworkBundle] add missing cache prefix seed attribute to XSD (xabbuh)

This PR was merged into the 3.4 branch.

Discussion
----------

[FrameworkBundle] add missing cache prefix seed attribute to XSD

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

03dbd84f7d add missing cache prefix seed attribute to XSD
This commit is contained in:
Fabien Potencier 2018-10-10 02:09:45 -07:00
commit f9aac64cc1
1 changed files with 2 additions and 0 deletions

View File

@ -249,6 +249,8 @@
<xsd:element name="default-memcached-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
<xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="prefix-seed" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="cache_pool">