Skip to content

Commit 97b73e0

Browse files
committed
[BUGFIX] Inject Context Factory Interface
1 parent 546f379 commit 97b73e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Classes/Controller/Backend/ModuleController.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use CodeQ\LinkChecker\Domain\Model\ResultItem;
1010
use CodeQ\LinkChecker\Domain\Service\DomainService;
1111
use CodeQ\LinkChecker\Domain\Storage\ResultItemStorage;
12+
use Neos\ContentRepository\Domain\Service\ContextFactoryInterface;
1213
use Neos\ContentRepository\Exception\NodeException;
1314
use Neos\Error\Messages\Message;
1415
use Neos\Flow\Annotations as Flow;
@@ -73,6 +74,12 @@ class ModuleController extends AbstractModuleController
7374
*/
7475
protected $setPageTitleForResultItemAction;
7576

77+
/**
78+
* @var ContextFactoryInterface
79+
* @Flow\Inject
80+
*/
81+
protected $contextFactory;
82+
7683
/**
7784
* @throws NodeException
7885
*/

0 commit comments

Comments
 (0)