Skip to content

Commit

Permalink
added missing use declaratin
Browse files Browse the repository at this point in the history
  • Loading branch information
gondo committed Dec 16, 2014
1 parent 386ed21 commit 10cddaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Knp\Component\Pager\Event\ItemsEvent;
use Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber;
use Doctrine\ORM\Query;
use Doctrine\ORM\Tools\Pagination\Paginator;
use Doctrine\ORM\Tools\Pagination\CountWalker;
Expand Down

0 comments on commit 10cddaf

Please sign in to comment.