Browse Source

Add missing use statement (#851)

8.x-1.x
Jared Whiklo 3 years ago committed by GitHub
parent
commit
2923a1a8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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