You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2020. It is now read-only.
Hey guys, i had a problem running doctrine:schema:update after creating the necessary entities and configuration.
The error doctrine was sending me: [Doctrine\Common\Persistence\Mapping\MappingException] Class 'Opifer\EavBundle\Model\MediaInterface' does not exist
So I modified my doctrine config in config_dev.yml doctrine: orm: auto_generate_proxy_classes: "%kernel.debug%" auto_mapping: true resolve_target_entities: Opifer\EavBundle\Model\MediaInterface: MyBundle\Entity\ValueSet