diff --git a/Classes/Neos/Neos/Ui/Aspects/AugmentationAspect.php b/Classes/Neos/Neos/Ui/Aspects/AugmentationAspect.php index fff7e56741..146c487a5a 100644 --- a/Classes/Neos/Neos/Ui/Aspects/AugmentationAspect.php +++ b/Classes/Neos/Neos/Ui/Aspects/AugmentationAspect.php @@ -17,9 +17,8 @@ use Neos\Flow\Aop\JoinPointInterface; use Neos\Flow\Session\SessionInterface; use Neos\FluidAdaptor\Core\Rendering\FlowAwareRenderingContextInterface; +use Neos\Fusion\Service\HtmlAugmenter; use Neos\Neos\Domain\Service\ContentContext; -use Neos\Neos\Domain\Service\UserService; -use Neos\Neos\Service\HtmlAugmenter; use Neos\Neos\Ui\Domain\Service\UserLocaleService; use Neos\Neos\Ui\Fusion\Helper\NodeInfoHelper; diff --git a/Classes/Neos/Neos/Ui/Aspects/NodeTypeSchemaCacheHeaderAspect.php b/Classes/Neos/Neos/Ui/Aspects/NodeTypeSchemaCacheHeaderAspect.php index 7386646975..bec0afa2b9 100644 --- a/Classes/Neos/Neos/Ui/Aspects/NodeTypeSchemaCacheHeaderAspect.php +++ b/Classes/Neos/Neos/Ui/Aspects/NodeTypeSchemaCacheHeaderAspect.php @@ -7,18 +7,10 @@ * * * */ -use Neos\ContentRepository\Domain\Model\NodeInterface; -use Neos\ContentRepository\Service\AuthorizationService; use Neos\Flow\Annotations as Flow; use Neos\Flow\Aop\JoinPointInterface; use Neos\Flow\Session\SessionInterface; -use Neos\FluidAdaptor\Core\Rendering\FlowAwareRenderingContextInterface; use Neos\Neos\Controller\Backend\SchemaController; -use Neos\Neos\Domain\Service\ContentContext; -use Neos\Neos\Domain\Service\UserService; -use Neos\Neos\Service\HtmlAugmenter; -use Neos\Neos\Ui\Domain\Service\UserLocaleService; -use Neos\Neos\Ui\Fusion\Helper\NodeInfoHelper; /** * adds a Cache-Control: max-age=3600 header to the /schema/node-types endpoint; speeds up loading the new UI