原则映射YML重复名称

时间:2018-07-26 09:44:43

标签: doctrine-orm symfony3.x

映射位置

vendor/Mea/ShopBundle/Entity/Mappings

教义配置

 orm:
        auto_generate_proxy_classes: %kernel.debug%
        auto_mapping: true
        mappings:
          MeaShopBundle:
              type: yml
              prefix: ''
              dir: 'Entity/Mappings'

获取

php bin/console doctrine:schema:update --dump-sql

In MappingException.php line 93:

  Class 'Mea\ShopBundle\Entity\Mea\ShopBundle\Entity\AbstractCouponUsage' does not exist  

为什么要两次Mea \ ShopBundle \ Entity-Mea \ ShopBundle \ Entity \ Mea \ ShopBundle \ Entity?

0 个答案:

没有答案