Skip to content

Instantly share code, notes, and snippets.

View tic984's full-sized avatar

Sinisa Valentic tic984

View GitHub Profile
<?php
declare(strict_types=1);
namespace App\Adapter\Symfony\Command;
use Sulu\Bundle\PageBundle\Document\HomeDocument;
use Sulu\Bundle\PageBundle\Document\PageDocument;
use Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPoolInterface;
use Sulu\Component\DocumentManager\DocumentManagerInterface;