Skip to content

Commit

Permalink
Fix missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Apr 4, 2019
1 parent e120764 commit ad19b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EventListener/AbstractPostQueryBuilderSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace AlterPHP\EasyAdminExtensionBundle\EventListener;

use AlterPHP\EasyAdminExtensionBundle\Model\ListFilter;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\EventDispatcher\GenericEvent;

Expand Down

0 comments on commit ad19b32

Please sign in to comment.