我想在我自己的服务中使用knp_paginator,但我不知道这是怎么做的。
我试试:
services:
example:
class: Common\ToolsBundle\Utils\Example
arguments: [ @doctrine.orm.entity_manager, @knp_paginator ]
但我收到了一个错误:
CheckExceptionOnInvalidReferenceBehaviorPass.php第58行中的ServiceNotFoundException: 服务"示例"依赖于不存在的服务" knp_paginator"。
感谢您的帮助