我在service.yml
appbundle.entity.countryrepository: class: AppBundle\Repository\CountryRepository calls: - [setPagination, ['@knp_paginator']]
控制器中的代码是:
$countryRepository = $em->getRepository('AppBundle:Country');
创建对象时,永远不会调用setPagination()
?
可能是什么原因/错误?