From 42accf0bb9d0c4e7f0dadc98276d4fcdb180419d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Fri, 8 Dec 2023 18:25:03 +0100 Subject: [PATCH] Fix CS --- bundle/Handler/Literal/CanonicalUrl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {