映射位置
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?