diff --git a/Neos.Neos/Classes/AssetUsage/CatchUpHook/AssetUsageCatchUpHook.php b/Neos.Neos/Classes/AssetUsage/CatchUpHook/AssetUsageCatchUpHook.php index 4bc8ca01e38..09f42ba99d6 100644 --- a/Neos.Neos/Classes/AssetUsage/CatchUpHook/AssetUsageCatchUpHook.php +++ b/Neos.Neos/Classes/AssetUsage/CatchUpHook/AssetUsageCatchUpHook.php @@ -34,7 +34,6 @@ */ class AssetUsageCatchUpHook implements CatchUpHookInterface { - public function __construct( private readonly ContentRepository $contentRepository, private readonly AssetUsageIndexingService $assetUsageIndexingService