diff --git a/bundle/Handler/Literal/CanonicalUrl.php b/bundle/Handler/Literal/CanonicalUrl.php index d2e0804..a4d3ade 100644 --- a/bundle/Handler/Literal/CanonicalUrl.php +++ b/bundle/Handler/Literal/CanonicalUrl.php @@ -4,14 +4,14 @@ namespace Netgen\Bundle\OpenGraphBundle\Handler\Literal; +use Ibexa\Contracts\Core\Repository\Values\Content\Content as IbexaContent; use Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter; use Netgen\Bundle\OpenGraphBundle\Handler\HandlerInterface; use Netgen\Bundle\OpenGraphBundle\MetaTag\Item; +use Netgen\IbexaSiteApi\API\Values\Content as SiteApiContent; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; -use Netgen\IbexaSiteApi\API\Values\Content as SiteApiContent; -use Ibexa\Contracts\Core\Repository\Values\Content\Content as IbexaContent; final class CanonicalUrl implements HandlerInterface {