Skip to content

Commit

Permalink
Fix POstQueryBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Dec 8, 2018
1 parent 782b9a5 commit 9ff8fd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EventListener/PostQueryBuilderSubscriber.php
Expand Up @@ -6,13 +6,12 @@
use Doctrine\ORM\QueryBuilder;
use Doctrine\ORM\Query\QueryException;
use EasyCorp\Bundle\EasyAdminBundle\Event\EasyAdminEvents;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\EventDispatcher\GenericEvent;

/**
* Apply filters on list/search queryBuilder.
*/
class PostQueryBuilderSubscriber implements EventSubscriberInterface
class PostQueryBuilderSubscriber extends AbstractPostQueryBuilderSubscriber
{
/**
* @var \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
Expand Down

0 comments on commit 9ff8fd1

Please sign in to comment.