diff --git a/Rest/Field/TypeValue.php b/Rest/Field/TypeValue.php index 2083411..bf7839f 100644 --- a/Rest/Field/TypeValue.php +++ b/Rest/Field/TypeValue.php @@ -6,7 +6,7 @@ namespace EzSystems\RecommendationBundle\Rest\Field; use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigResolver; -use eZ\Bundle\EzPublishCoreBundle\Imagine\AliasGenerator as ImageVariationService; +use eZ\Publish\SPI\Variation\VariationHandler as ImageVariationService; use eZ\Publish\Core\MVC\Exception\SourceImageNotFoundException; use eZ\Publish\API\Repository\Values\Content\Content; use eZ\Publish\API\Repository\Values\Content\Field;