Skip to content

Commit

Permalink
Merge pull request #38 from sitegeist/feature/flow6-compatibility
Browse files Browse the repository at this point in the history
Flow 6 compatibility
  • Loading branch information
mficzel authored Sep 23, 2019
2 parents b0d3b45 + 86fe200 commit 5773994
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
namespace Sitegeist\MagicWand\ResourceManagement;

use Neos\Flow\Annotations as Flow;
use Neos\Flow\Core\Bootstrap;
use Neos\Flow\ResourceManagement\CollectionInterface;
use Neos\Flow\ResourceManagement\PersistentResource;
use Neos\Flow\ResourceManagement\ResourceManager;
Expand All @@ -17,6 +18,12 @@

class ProxyAwareFileSystemSymlinkTarget extends FileSystemSymlinkTarget
{
/**
* @Flow\Inject
* @var Bootstrap
*/
protected $bootstrap;

/**
* @var ConfigurationService
* @Flow\Inject
Expand Down

0 comments on commit 5773994

Please sign in to comment.