Skip to content

Commit

Permalink
Merge pull request #955 from alcaeus/add-missing-pool-option-xsd
Browse files Browse the repository at this point in the history
Add new pool option to XSD
  • Loading branch information
alcaeus committed Apr 16, 2019
2 parents 5c79bbc + 9a0c509 commit 2fb807c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/schema/doctrine-1.0.xsd
Expand Up @@ -164,6 +164,7 @@

<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="id" type="xsd:string" />
<xsd:attribute name="pool" type="xsd:string" />
<xsd:attribute name="namespace" type="xsd:string" />
</xsd:complexType>

Expand Down

0 comments on commit 2fb807c

Please sign in to comment.