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 da9526f commit 145cb44Copy full SHA for 145cb44
app/code/Magento/MediaGallery/Model/Asset/Command/DeleteByDirectoryPath.php
@@ -16,6 +16,8 @@
16
17
/**
18
* Class DeleteByDirectoryPath
19
+ *
20
+ * Remove asset(s) that correspond the provided directory path
21
*/
22
class DeleteByDirectoryPath implements DeleteByDirectoryPathInterface
23
{
@@ -48,7 +50,7 @@ public function __construct(
48
50
}
49
51
52
- * Delete media asset by path
53
+ * Delete media asset(s) by path
54
*
55
* @param string $directoryPath
56
0 commit comments