From 90baa8f096c6a5653caf4c543479cfabe9f31c34 Mon Sep 17 00:00:00 2001 From: Bernhard Schmitt Date: Sat, 28 Oct 2023 14:25:38 +0200 Subject: [PATCH] Remove not-yet implemented interface --- Classes/Application/ComponentView.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Classes/Application/ComponentView.php b/Classes/Application/ComponentView.php index b11fa59..c172e33 100755 --- a/Classes/Application/ComponentView.php +++ b/Classes/Application/ComponentView.php @@ -17,14 +17,13 @@ use Neos\Neos\Domain\Model\RenderingMode; use Neos\Neos\Domain\Service\NodeTypeNameFactory; use Neos\Neos\Domain\Service\RenderingModeService; -use Neos\Neos\View\RenderingEntryPointAware; use Nezaniel\ComponentView\Domain\RenderingEntryPoint; use Nezaniel\ComponentView\Domain\UriService; /** * A view that triggers creation of self-rendering components and lets them render themselves */ -class ComponentView extends AbstractView implements RenderingEntryPointAware +class ComponentView extends AbstractView { #[Flow\Inject] protected ContentRepositoryRegistry $contentRepositoryRegistry;