We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
This could be a syntax problem, could you paste your config.yml Are you sure to use spaces and not tabs in this file ?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: