Skip to content

Commit

Permalink
Remove not-yet implemented interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schmitt committed Oct 28, 2023
1 parent a7304ab commit 90baa8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Classes/Application/ComponentView.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 90baa8f

Please sign in to comment.