Browse Source

islandora:862 Add Use statement to go with last commit.

pull/862/head
Alexander O'Neill 3 years ago
parent
commit
f7287be012
  1. 1
      islandora.module

1
islandora.module

@ -26,6 +26,7 @@ use Drupal\media\MediaInterface;
use Drupal\file\FileInterface; use Drupal\file\FileInterface;
use Drupal\taxonomy\TermInterface; use Drupal\taxonomy\TermInterface;
use Drupal\Core\Routing\RouteMatchInterface; use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\serialization\Normalizer\CacheableNormalizerInterface;
/** /**
* Implements hook_help(). * Implements hook_help().

Loading…
Cancel
Save