Cannot load entity: “class” was not found in the chain configured
问题 I'm new to Doctrine ORM and I have some problems retrieving an entity. I get the following error when i try to retrieve my entity: 'AppBundle\Entity\FeedImport' was not found in the chain configured namespaces I've used the Symfony CLI utilities mapping:import to generate my entity yaml files and generate:entities for creating the models. I've searched for this error and most of the time it is all about custom bundles not being mapped correctly. But because I used the default bundle I don't