Skip to content
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

Multiple entities #9

Open
vaszev opened this issue Sep 11, 2015 · 1 comment
Open

Multiple entities #9

vaszev opened this issue Sep 11, 2015 · 1 comment

Comments

@vaszev
Copy link

vaszev commented Sep 11, 2015

When I try to declare more entity reference in the config.yml

idci_exporter:
entities:
User:
class: "AppBundle\Entity\User"
Program:
class: "AppBundle\Entity\Program"

Allways throw this exception:
The entity AppBundle\Entity\Program is not defined as an exportable entity

How can I allow more exportable entity, or how can I disable this verification?

@konandrum
Copy link
Member

This could be a syntax problem, could you paste your config.yml
Are you sure to use spaces and not tabs in this file ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants