Skip to content

Commit

Permalink
TypeValue should has dependency to VariationHandler interface, not im…
Browse files Browse the repository at this point in the history
…plementation (#115)
  • Loading branch information
kmadejski authored and andrerom committed Aug 23, 2018
1 parent bc6f3eb commit 7b2efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rest/Field/TypeValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7b2efc6

Please sign in to comment.