Browse Source

Add missing use statement

pull/851/head
Jared Whiklo 4 years ago
parent
commit
26b6545501
  1. 1
      src/EventSubscriber/StompHeaderEventSubscriber.php

1
src/EventSubscriber/StompHeaderEventSubscriber.php

@ -2,6 +2,7 @@
namespace Drupal\islandora\EventSubscriber;
use Drupal\islandora\Event\StompHeaderEventException;
use Drupal\islandora\Event\StompHeaderEventInterface;
use Drupal\jwt\Authentication\Provider\JwtAuth;

Loading…
Cancel
Save