Type error: Too few arguments to function Doctrine\ORM\EntityRepository::__construct(), 1 passed in /这是我的MilestoneRepository.php文件:
use Milestones\Entit
我使用的是,所以我创建了一个带有“分页”函数的AbstractRepository。protected function paginate(QueryBuilder $qb, $limit = 20, $offset = 0) if ($limit == 0) {Sets the current page}