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 546f379 commit 97b73e0Copy full SHA for 97b73e0
Classes/Controller/Backend/ModuleController.php
@@ -9,6 +9,7 @@
9
use CodeQ\LinkChecker\Domain\Model\ResultItem;
10
use CodeQ\LinkChecker\Domain\Service\DomainService;
11
use CodeQ\LinkChecker\Domain\Storage\ResultItemStorage;
12
+use Neos\ContentRepository\Domain\Service\ContextFactoryInterface;
13
use Neos\ContentRepository\Exception\NodeException;
14
use Neos\Error\Messages\Message;
15
use Neos\Flow\Annotations as Flow;
@@ -73,6 +74,12 @@ class ModuleController extends AbstractModuleController
73
74
*/
75
protected $setPageTitleForResultItemAction;
76
77
+ /**
78
+ * @var ContextFactoryInterface
79
+ * @Flow\Inject
80
+ */
81
+ protected $contextFactory;
82
+
83
/**
84
* @throws NodeException
85
0 commit comments