Skip to content

Commit bda4345

Browse files
committed
B2B-1789: First Request For Storefront Image After Deleting Local File System Cached Images Results In Magento Placeholder Image When Using S3 -
Fixed description on class method
1 parent 848c9c7 commit bda4345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/RemoteStorage/Plugin/File/Storage/SynchronizationFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public function __construct(ObjectManagerInterface $objectManager, Config $confi
4242
}
4343

4444
/**
45-
* Create remote synchronization instance
45+
* Create remote synchronization instance if remote storage is enabled.
46+
* Otherwise, defer creation to MediaSynchronizationFactory
4647
*
4748
* @param MediaSynchronizationFactory $subject
4849
* @param callable $proceed

0 commit comments

Comments
 (0)