扫码关注官方订阅号
用app/console generate:doctrine:entities 命令时。没有生成相应的Repository文件,就在Entity文件夹下生成了相应的附件~。这该怎么解决?
业精于勤,荒于嬉;行成于思,毁于随。
看看是不是这个问题http://segmentfault.net/q/1010000002532334/a-1020000002532735
你确定你在 Entity 里指定 repositoryClass 了吗?
@ORM\Entity(repositoryClass="AppBundle\Repository\EntityNameRepository")
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
看看是不是这个问题
http://segmentfault.net/q/1010000002532334/a-1020000002532735
你确定你在 Entity 里指定 repositoryClass 了吗?