diff --git a/Classes/ResourceManagement/ProxyAwareFileSystemSymlinkTarget.php b/Classes/ResourceManagement/ProxyAwareFileSystemSymlinkTarget.php index 30f4516..713e792 100644 --- a/Classes/ResourceManagement/ProxyAwareFileSystemSymlinkTarget.php +++ b/Classes/ResourceManagement/ProxyAwareFileSystemSymlinkTarget.php @@ -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; @@ -17,6 +18,12 @@ class ProxyAwareFileSystemSymlinkTarget extends FileSystemSymlinkTarget { + /** + * @Flow\Inject + * @var Bootstrap + */ + protected $bootstrap; + /** * @var ConfigurationService * @Flow\Inject