From e3ca04204ac17420f2bd6f6705826d13943097cd Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Mon, 30 Dec 2024 11:36:32 +0100 Subject: [PATCH] BUGFIX: Fix namespaces typos to fix pipeline --- .../CatchUpHook/DocumentUriPathProjectionHookFactory.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Classes/CatchUpHook/DocumentUriPathProjectionHookFactory.php b/Classes/CatchUpHook/DocumentUriPathProjectionHookFactory.php index e6160b6..b057b12 100644 --- a/Classes/CatchUpHook/DocumentUriPathProjectionHookFactory.php +++ b/Classes/CatchUpHook/DocumentUriPathProjectionHookFactory.php @@ -2,9 +2,9 @@ namespace Neos\RedirectHandler\NeosAdapter\CatchUpHook; -use Neos\ContentRepository\Core\Projection\CatchupHook\CatchUpHookFactoryDependencies; -use Neos\ContentRepository\Core\Projection\CatchupHook\CatchUpHookFactoryInterface; -use Neos\ContentRepository\Core\Projection\CatchupHook\CatchUpHookInterface; +use Neos\ContentRepository\Core\Projection\CatchUpHook\CatchUpHookFactoryDependencies; +use Neos\ContentRepository\Core\Projection\CatchUpHook\CatchUpHookFactoryInterface; +use Neos\ContentRepository\Core\Projection\CatchUpHook\CatchUpHookInterface; use Neos\Neos\FrontendRouting\Projection\DocumentUriPathFinder; use Neos\RedirectHandler\NeosAdapter\Service\NodeRedirectService;