Skip to content

Commit

Permalink
Merge pull request #199 from KnpLabs/fix/missing-import
Browse files Browse the repository at this point in the history
Fix missing use
  • Loading branch information
polc authored Apr 3, 2018
2 parents 464e1ee + 19530e4 commit b65f69f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

use Knp\Component\Pager\PaginatorInterface;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Doctrine\ORM\Query\Parameter;
use Knp\Component\Pager\Event\ItemsEvent;
Expand Down

0 comments on commit b65f69f

Please sign in to comment.