We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76734af commit 42accf0Copy full SHA for 42accf0
1 file changed
bundle/Handler/Literal/CanonicalUrl.php
@@ -4,14 +4,14 @@
4
5
namespace Netgen\Bundle\OpenGraphBundle\Handler\Literal;
6
7
+use Ibexa\Contracts\Core\Repository\Values\Content\Content as IbexaContent;
8
use Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter;
9
use Netgen\Bundle\OpenGraphBundle\Handler\HandlerInterface;
10
use Netgen\Bundle\OpenGraphBundle\MetaTag\Item;
11
+use Netgen\IbexaSiteApi\API\Values\Content as SiteApiContent;
12
use Symfony\Component\HttpFoundation\Request;
13
use Symfony\Component\HttpFoundation\RequestStack;
14
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
-use Netgen\IbexaSiteApi\API\Values\Content as SiteApiContent;
-use Ibexa\Contracts\Core\Repository\Values\Content\Content as IbexaContent;
15
16
final class CanonicalUrl implements HandlerInterface
17
{
0 commit comments