Skip to content

Commit ce89d05

Browse files
authored
Merge pull request #169 from radmiraal/task/upmerge-bugfix
BUGFIX: Unneeded dependency on TYPO3.Neos package
2 parents 2ab16f6 + 1729ea9 commit ce89d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Command/NodeIndexCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class NodeIndexCommandController extends CommandController
5252

5353
/**
5454
* @Flow\Inject
55-
* @var \Neos\Neos\Domain\Service\ContentDimensionPresetSourceInterface
55+
* @var \Neos\ContentRepository\Domain\Service\ContentDimensionPresetSourceInterface
5656
*/
5757
protected $contentDimensionPresetSource;
5858

0 commit comments

Comments
 (0)