We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31bc25 commit 2b8b43fCopy full SHA for 2b8b43f
Classes/Service/AssetIntegrationService.php
@@ -24,6 +24,7 @@
24
use Neos\Media\Domain\Model\AssetVariantInterface;
25
use Neos\Media\Domain\Model\ImageInterface;
26
use Neos\Neos\Controller\CreateContentContextTrait;
27
+use Psr\Log\LoggerInterface;
28
29
/**
30
* Monitors changes to assets which are used in Neos CR nodes
@@ -46,6 +47,12 @@ final class AssetIntegrationService
46
47
*/
48
protected $assetUsageService;
49
50
+ /**
51
+ * @Flow\Inject(name="Flowpack.Neos.AssetUsage:Logger")
52
+ * @var LoggerInterface
53
+ */
54
+ protected $assetUsageLogger;
55
+
56
private $assetPropertiesByNodeType = [];
57
58
public function assetRemoved(AssetInterface $asset): void
0 commit comments