Skip to content

Commit

Permalink
[BUGFIX] Inject Context Factory Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Sep 20, 2022
1 parent 546f379 commit 97b73e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Classes/Controller/Backend/ModuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use CodeQ\LinkChecker\Domain\Model\ResultItem;
use CodeQ\LinkChecker\Domain\Service\DomainService;
use CodeQ\LinkChecker\Domain\Storage\ResultItemStorage;
use Neos\ContentRepository\Domain\Service\ContextFactoryInterface;
use Neos\ContentRepository\Exception\NodeException;
use Neos\Error\Messages\Message;
use Neos\Flow\Annotations as Flow;
Expand Down Expand Up @@ -73,6 +74,12 @@ class ModuleController extends AbstractModuleController
*/
protected $setPageTitleForResultItemAction;

/**
* @var ContextFactoryInterface
* @Flow\Inject
*/
protected $contextFactory;

/**
* @throws NodeException
*/
Expand Down

0 comments on commit 97b73e0

Please sign in to comment.