Skip to content

Commit

Permalink
TASK: Followup neos#5371 remove legacy CopyNodesRecursively command
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jan 29, 2025
1 parent 44276a1 commit 422805c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 579 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
use Neos\ContentRepository\Core\EventStore\EventNormalizer;
use Neos\ContentRepository\Core\Feature\DimensionSpaceAdjustment\DimensionSpaceCommandHandler;
use Neos\ContentRepository\Core\Feature\NodeAggregateCommandHandler;
use Neos\ContentRepository\Core\Feature\NodeDuplication\NodeDuplicationCommandHandler;
use Neos\ContentRepository\Core\Feature\WorkspaceCommandHandler;
use Neos\ContentRepository\Core\Infrastructure\Property\PropertyConverter;
use Neos\ContentRepository\Core\NodeType\NodeTypeManager;
Expand Down Expand Up @@ -158,11 +157,6 @@ public function getOrBuild(): ContentRepository
new DimensionSpaceCommandHandler(
$this->contentDimensionZookeeper,
$this->interDimensionalVariationGraph,
),
new NodeDuplicationCommandHandler(
$this->nodeTypeManager,
$this->contentDimensionZookeeper,
$this->interDimensionalVariationGraph,
)
);

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 422805c

Please sign in to comment.