Skip to content

Commit

Permalink
Merge pull request #11 from mficzel/task/neos6compatibility
Browse files Browse the repository at this point in the history
TASK: Extract services and convert http components to middlewares for Neos 7
  • Loading branch information
kitsunet authored Jan 4, 2021
2 parents 833a5d6 + f76853a commit 5e9664b
Show file tree
Hide file tree
Showing 11 changed files with 319 additions and 347 deletions.
2 changes: 1 addition & 1 deletion Classes/Aspects/ContentCacheAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ContentCacheAspect
protected $cacheFrontend;

/**
* @Flow\Before("method(Neos\Fusion\Core\Cache\ContentCache->createUncachedSegment())")
* @Flow\Before("method(Neos\Fusion\Core\Cache\ContentCache->(createUncachedSegment)())")
*/
public function grabUncachedSegment(JoinPointInterface $joinPoint)
{
Expand Down
103 changes: 0 additions & 103 deletions Classes/Http/CacheControlHeaderComponent.php

This file was deleted.

127 changes: 0 additions & 127 deletions Classes/Http/RequestInterceptorComponent.php

This file was deleted.

88 changes: 0 additions & 88 deletions Classes/Http/RequestStorageComponent.php

This file was deleted.

Loading

0 comments on commit 5e9664b

Please sign in to comment.