When using the app/console generate:doctrine:entities command. The corresponding Repository file was not generated, but the corresponding attachment was generated in the Entity folder~. How to solve this?
业精于勤,荒于嬉;行成于思,毁于随。
Check if this is the problemhttp://segmentfault.net/q/1010000002532334/a-1020000002532735
Are you sure you specified repositoryClass in Entity?
@ORM\Entity(repositoryClass="AppBundle\Repository\EntityNameRepository")
Check if this is the problem
http://segmentfault.net/q/1010000002532334/a-1020000002532735
Are you sure you specified repositoryClass in Entity?