Open vaszev opened 9 years ago
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?
This could be a syntax problem, could you paste your config.yml Are you sure to use spaces and not tabs in this file ?
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?