Skip to content

Commit

Permalink
TASK: Remove usage of deprecated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Apr 1, 2018
1 parent 65517f5 commit fb9e52b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions Classes/Neos/Neos/Ui/Aspects/AugmentationAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb9e52b

Please sign in to comment.