Skip to content

Commit

Permalink
Merge pull request #203 from bjoernHeneka/patch-1
Browse files Browse the repository at this point in the history
Fixes missing Use statement
  • Loading branch information
polc authored Jul 8, 2018
2 parents 8e33ffb + 34a9f45 commit 72dacb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Knp\Component\Pager\Event\ItemsEvent;
use Knp\Component\Pager\PaginatorInterface;

class PropelQuerySubscriber implements EventSubscriberInterface
{
Expand Down

0 comments on commit 72dacb4

Please sign in to comment.