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, ) { } diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 4115099..be82519 100755 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -25,12 +25,3 @@ Neos: catchUpHooks: 'Neos.RedirectHandler.NeosAdapter:DocumentUriPathProjectionHook': factoryObjectName: Neos\RedirectHandler\NeosAdapter\CatchUpHook\DocumentUriPathProjectionHookFactory - - Flow: - # TODO remove this temporary hack once neos is fixed. - object: - includeClasses: - "Neos.ContentRepository.TestSuite": - - "(*FAIL)" - "Neos.ContentRepositoryRegistry": - - "Neos\\\\ContentRepositoryRegistry\\\\(?!TestSuite\\\\Behavior\\\\CRRegistrySubjectProvider)" \ No newline at end of file