Skip to content

Commit 72dacb4

Browse files
authored
Merge pull request #203 from bjoernHeneka/patch-1
Fixes missing Use statement
2 parents 8e33ffb + 34a9f45 commit 72dacb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Knp/Component/Pager/Event/Subscriber/Paginate/PropelQuerySubscriber.php

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

77
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
88
use Knp\Component\Pager\Event\ItemsEvent;
9+
use Knp\Component\Pager\PaginatorInterface;
910

1011
class PropelQuerySubscriber implements EventSubscriberInterface
1112
{

0 commit comments

Comments
 (0)