8000 Fix typo in framework bundle services definition by Herzult · Pull Request #50 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fix typo in framework bundle services definition #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[DoctrineBundle] added missing entry in XSD
  • Loading branch information
fabpot committed Jan 14, 2011
commit e41df3dd41031c75986b2af2e2c00882f77dc30a
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
<xsd:sequence>
<xsd:element name="entity-managers" type="entity_managers" minOccurs="0" maxOccurs="1" />
<xsd:element name="mappings" type="mappings" minOccurs="0" maxOccurs="1" />
<xsd:element name="auto-generate-proxy-classes" type="xsd:string" minOccurs="0" maxOccurs="1" />
</xsd:sequence>

<xsd:attribute name="default-entity-manager" type="xsd:string" />
<xsd:attribute name="metadata-driver" type="xsd:string" />
<xsd:attribute name="cache-driver" type="xsd:string" />
<xsd:attribute name="auto-generate-proxy-classes" type="xsd:string" />
</xsd:complexType>

<xsd:complexType name="entity_managers">
Expand Down
0