Skip to content

Commit

Permalink
VACMS-15962: final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Nov 3, 2023
1 parent 52e6eb9 commit 11823b7
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Core\StringTranslation\TranslationInterface;
use Drupal\core_event_dispatcher\Event\Form\FormAlterEvent;
use Drupal\core_event_dispatcher\FormHookEvents;
use Drupal\field_event_dispatcher\Event\Field\WidgetSingleElementFormAlterEvent;
Expand All @@ -29,18 +28,6 @@ class MediaEventSubscriber implements EventSubscriberInterface {
*/
const COUNT_HTML = FALSE;

/**
* Constructs the EventSubscriber object.
*
* @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
* The string translation service.
*/
public function __construct(
TranslationInterface $string_translation
) {
$this->stringTranslation = $string_translation;
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 11823b7

Please sign in to comment.