Skip to content

Commit

Permalink
Merge pull request #65 from neos/task/remove-unused-registry
Browse files Browse the repository at this point in the history
TASK: Remove unused registry
  • Loading branch information
bwaidelich authored Oct 21, 2023
2 parents 91010da + 830a2f6 commit de3400d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
NEOS_TARGET_VERSION: '9.0'
NEOS_BASE_FOLDER: neos-base-distribution
PACKAGE_FOLDER: redirect-neosadapter
COMPOSER_ALLOW_SUPERUSER: 1

runs-on: ubuntu-latest

Expand Down
1 change: 0 additions & 1 deletion Classes/CatchUpHook/DocumentUriPathProjectionHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ final class DocumentUriPathProjectionHook implements CatchUpHookInterface

public function __construct(
private readonly ContentRepository $contentRepository,
private readonly ContentRepositoryRegistry $contentRepositoryRegistry,
private readonly NodeRedirectService $nodeRedirectService,
) {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function build(ContentRepository $contentRepository): CatchUpHookInterfac
{
return new DocumentUriPathProjectionHook(
$contentRepository,
$this->contentRepositoryRegistry,
$this->redirectService
);
}
Expand Down

0 comments on commit de3400d

Please sign in to comment.