Skip to content

Commit b65f69f

Browse files
authored
Merge pull request #199 from KnpLabs/fix/missing-import
Fix missing use
2 parents 464e1ee + 19530e4 commit b65f69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Knp/Component/Pager/Event/Subscriber/Paginate/Doctrine/ORM/QuerySubscriber.php

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM;
44

5+
use Knp\Component\Pager\PaginatorInterface;
56
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
67
use Doctrine\ORM\Query\Parameter;
78
use Knp\Component\Pager\Event\ItemsEvent;

0 commit comments

Comments
 (0)