Skip to content

Commit

Permalink
TASK: Fix merge error and remove outdated use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaeslich committed Oct 16, 2023
1 parent 5c344cb commit 53c8e84
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Classes/Fusion/Helper/NodeInfoHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
* source code.
*/

use Neos\ContentRepository\Core\NodeType\NodeTypeManager;
use Neos\ContentRepository\Core\Projection\ContentGraph\ContentSubgraphInterface;
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\CountAncestorNodesFilter;
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\FindChildNodesFilter;
use Neos\ContentRepository\Core\Projection\ContentGraph\Node;
Expand Down Expand Up @@ -55,12 +53,6 @@ class NodeInfoHelper implements ProtectedContextAwareInterface
*/
protected $userLocaleService;

/**
* @Flow\Inject
* @var ContentRepositoryRegistry
*/
protected $contentRepositoryRegistry;

/**
* @Flow\Inject
* @var EntityToIdentityConverter
Expand Down

0 comments on commit 53c8e84

Please sign in to comment.