Skip to content

Commit

Permalink
Use statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Jun 20, 2024
1 parent 092c704 commit bbff587
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions controlled_access_terms.module
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
* Controlled Access Terms stuff.
*/

use Drupal\jsonld\Normalizer\NormalizerBase;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Field\FieldTypeCategoryManagerInterface;
use Drupal\controlled_access_terms\EDTFConverter;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\Core\Entity\EntityInterface;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\jsonld\Normalizer\NormalizerBase;

/**
* Implements hook_rdf_namespaces().
Expand Down

0 comments on commit bbff587

Please sign in to comment.