diff --git a/Classes/Service/NodeRedirectService.php b/Classes/Service/NodeRedirectService.php index 10ae274..fa4a8e4 100644 --- a/Classes/Service/NodeRedirectService.php +++ b/Classes/Service/NodeRedirectService.php @@ -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, ) { }