Skip to content

Commit

Permalink
Merge pull request #71 from neos/task/adjust-contentrepositoryid
Browse files Browse the repository at this point in the history
TASK: Adjust to movement of `ContentRepositoryId` to `SharedModel` namespace
  • Loading branch information
ahaeslich authored Mar 17, 2024
2 parents 4bc21e7 + 563b02e commit a828b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Service/NodeRedirectService.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use Psr\Log\LoggerInterface;
use Neos\ContentRepository\Core\NodeType\NodeType;
use Neos\Neos\FrontendRouting\NodeUriBuilder;
use Neos\ContentRepository\Core\Factory\ContentRepositoryId;
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
use GuzzleHttp\Psr7\ServerRequest;
use Neos\Neos\FrontendRouting\SiteDetection\SiteDetectionResult;
use Neos\Flow\Mvc\ActionRequest;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Behavior/Features/Bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Neos\ContentRepositoryRegistry\ContentRepositoryRegistry;
use Neos\ContentRepository\Core\Factory\ContentRepositoryServiceFactoryInterface;
use Neos\ContentRepository\Core\Factory\ContentRepositoryServiceInterface;
use Neos\ContentRepository\Core\Factory\ContentRepositoryId;
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
use Neos\ContentRepository\Core\ContentRepository;
use Neos\ContentRepository\BehavioralTests\TestSuite\Behavior\GherkinTableNodeBasedContentDimensionSourceFactory;
use Neos\ContentRepository\BehavioralTests\TestSuite\Behavior\GherkinPyStringNodeBasedNodeTypeManagerFactory;
Expand Down

0 comments on commit a828b04

Please sign in to comment.