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 8a4fb7f commit ce40000Copy full SHA for ce40000
app/code/Magento/CatalogGraphQl/Observer/AfterImportDataObserver.php
@@ -27,6 +27,9 @@ public function __construct(GraphQlResolverCache $graphQlResolverCache)
27
$this->graphQlResolverCache = $graphQlResolverCache;
28
}
29
30
+ /**
31
+ * @inheritDoc
32
+ */
33
public function execute(Observer $observer)
34
{
35
$mediaGalleryEntriesChanged = $observer->getEvent()->getMediaGallery();
0 commit comments