Skip to content

Commit

Permalink
TASK: Add New Class Aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed May 2, 2024
1 parent 4843c45 commit cd54871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/set/contentrepository-90.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@


$rectorConfig->ruleWithConfiguration(RenameClassRector::class, [
'Neos\\ContentRepository\\\Domain\\Model\\Node' => NodeLegacyStub::class,
'Neos\\ContentRepository\\Domain\\Model\\NodeInterface' => NodeLegacyStub::class,
'Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface' => NodeLegacyStub::class,
'Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface' => NodeLegacyStub::class,
Expand All @@ -96,6 +97,9 @@
'Neos\ContentRepository\Utility' => \Neos\ContentRepositoryRegistry\Utility::class,

'Neos\ContentRepository\Domain\Model\Workspace' => \Neos\ContentRepository\Core\Projection\Workspace\Workspace::class,
'Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier' => \Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId::class,
'Neos\\ContentRepository\\Domain\\Projection\\Content\\PropertyCollectionInterface' => \Neos\ContentRepository\Core\Projection\ContentGraph\PropertyCollection::class,
'Neos\\ContentRepository\\Domain\\Model\\ArrayPropertyCollection' => \Neos\ContentRepository\Core\Projection\ContentGraph\PropertyCollection::class,
]);

$rectorConfig->ruleWithConfiguration(FusionReplacePrototypeNameRector::class, [
Expand Down

0 comments on commit cd54871

Please sign in to comment.