Skip to content

Commit

Permalink
Merge pull request #70 from neos/bugfix/constructor-injection
Browse files Browse the repository at this point in the history
BUGFIX: Fix constructor injection in `NodeRedirectService`
  • Loading branch information
ahaeslich authored Mar 16, 2024
2 parents de3400d + 2624b96 commit 36e59f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Classes/Service/NodeRedirectService.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,9 @@ final class NodeRedirectService
protected array $restrictByNodeType = [];

public function __construct(
#[Flow\Inject]
protected RedirectStorageInterface $redirectStorage,
#[Flow\Inject]
protected PersistenceManagerInterface $persistenceManager,
#[Flow\Inject]
protected ContentRepositoryRegistry $contentRepositoryRegistry,
#[Flow\Inject]
protected SiteRepository $siteRepository,
) {
}
Expand Down

0 comments on commit 36e59f7

Please sign in to comment.