Implement

This commit is contained in:
Rosie Le Faive 2023-09-26 13:04:50 -03:00
parent eb63eb8c4c
commit ca08cbb0b4

View file

@ -12,7 +12,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
*
* @package Drupal\advanced_search\EventSubscriber
*/
class PostConvertedQueryEventSubscriber extends EventSubscriberInterface {
class PostConvertedQueryEventSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}