diff --git a/src/Drush/Commands/DerivativesGenerator.php b/src/Drush/Commands/DerivativesGenerator.php index a1aad74..f38861d 100644 --- a/src/Drush/Commands/DerivativesGenerator.php +++ b/src/Drush/Commands/DerivativesGenerator.php @@ -6,8 +6,8 @@ use Drupal\Core\DependencyInjection\DependencySerializationTrait; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\StringTranslation\StringTranslationTrait; -use Drupal\islandora_drush_utils\Services\DerivativesGeneratorBatchService; use Drupal\islandora_drush_utils\Drush\Commands\Traits\NodeIdParsingTrait; +use Drupal\islandora_drush_utils\Services\DerivativesGeneratorBatchService; use Drush\Commands\DrushCommands; use Symfony\Component\DependencyInjection\ContainerInterface; diff --git a/src/Drush/Commands/GenerateThumbnails.php b/src/Drush/Commands/GenerateThumbnails.php index e612c46..461e9c5 100644 --- a/src/Drush/Commands/GenerateThumbnails.php +++ b/src/Drush/Commands/GenerateThumbnails.php @@ -6,8 +6,8 @@ use Drupal\Core\DependencyInjection\ContainerInjectionInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\StringTranslation\StringTranslationTrait; -use Drupal\islandora_drush_utils\Services\DerivativesGeneratorBatchService; use Drupal\islandora_drush_utils\Drush\Commands\Traits\NodeIdParsingTrait; +use Drupal\islandora_drush_utils\Services\DerivativesGeneratorBatchService; use Drush\Commands\DrushCommands; use Symfony\Component\DependencyInjection\ContainerInterface;