Skip to content

Commit

Permalink
missed some alphabetizing
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoVes committed Apr 18, 2024
1 parent 03229a9 commit d337185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Normalizer/V3/ImageItemNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
use Drupal\Core\Url;
use Drupal\file\FileInterface;
use Drupal\iiif_presentation_api\Event\V3\ImageBodyEvent;
use Drupal\iiif_presentation_api\MappedFieldInterface;
use Drupal\iiif_presentation_api\Normalizer\EntityUriTrait;
use Drupal\iiif_presentation_api\Normalizer\V3\NormalizerBase;
use Drupal\iiif_presentation_api\MappedFieldInterface;
use Drupal\image\Plugin\Field\FieldType\ImageItem;
use Drupal\islandora_iiif_presentation_api\Normalizer\FieldItemSpecificNormalizerTrait;
use Psr\EventDispatcher\EventDispatcherInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Drupal\islandora_iiif_presentation_api\Normalizer\V3;

use Drupal\islandora\IslandoraUtils;
use Drupal\Core\Cache\CacheableMetadata;
use Drupal\islandora\IslandoraUtils;

/**
* Handles the oddity that is field_member_of for Islandora nodes.
Expand Down

0 comments on commit d337185

Please sign in to comment.