Skip to content

Commit

Permalink
Merge pull request #80 from adam-vessey/fixes/missing-use
Browse files Browse the repository at this point in the history
Add missing use statement
  • Loading branch information
jordandukart authored Oct 10, 2021
2 parents e33729f + 5d6a9aa commit 308c015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EventSubscriber/StompHeaderEventSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Drupal\islandora\EventSubscriber;

use Drupal\islandora\Event\StompHeaderEventException;
use Drupal\islandora\Event\StompHeaderEventInterface;
use Drupal\jwt\Authentication\Provider\JwtAuth;

Expand Down

0 comments on commit 308c015

Please sign in to comment.