From ca08cbb0b4775330744067e3a63ac5a6bf97c68d Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 26 Sep 2023 13:04:50 -0300 Subject: [PATCH] Implement --- src/EventSubscriber/PostConvertedQueryEventSubscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventSubscriber/PostConvertedQueryEventSubscriber.php b/src/EventSubscriber/PostConvertedQueryEventSubscriber.php index 8287507..1fbe113 100644 --- a/src/EventSubscriber/PostConvertedQueryEventSubscriber.php +++ b/src/EventSubscriber/PostConvertedQueryEventSubscriber.php @@ -12,7 +12,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface; * * @package Drupal\advanced_search\EventSubscriber */ -class PostConvertedQueryEventSubscriber extends EventSubscriberInterface { +class PostConvertedQueryEventSubscriber implements EventSubscriberInterface { /** * {@inheritdoc}