diff --git a/core/modules/image/lib/Drupal/image/ImageStyleAddFormController.php b/core/modules/image/lib/Drupal/image/ImageStyleAddFormController.php index 48b543c..4206591 100644 --- a/core/modules/image/lib/Drupal/image/ImageStyleAddFormController.php +++ b/core/modules/image/lib/Drupal/image/ImageStyleAddFormController.php @@ -9,6 +9,7 @@ use Drupal\Core\Entity\EntityControllerInterface; use Drupal\Core\Entity\EntityFormController; +use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\StringTranslation\Translator\TranslatorInterface; use Symfony\Component\DependencyInjection\ContainerInterface; diff --git a/core/modules/image/lib/Drupal/image/ImageStyleListController.php b/core/modules/image/lib/Drupal/image/ImageStyleListController.php index c0ca439..df68293 100644 --- a/core/modules/image/lib/Drupal/image/ImageStyleListController.php +++ b/core/modules/image/lib/Drupal/image/ImageStyleListController.php @@ -13,7 +13,7 @@ use Drupal\Core\Entity\EntityStorageControllerInterface; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Routing\PathBasedGeneratorInterface; -use Drupal\Core\StringTranslation\TranslationManager; +use Drupal\Core\StringTranslation\Translator\TranslatorInterface; use Drupal\Component\Utility\String; use Symfony\Component\DependencyInjection\ContainerInterface;