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 9c5420f commit daee4a8Copy full SHA for daee4a8
lib/internal/Magento/Framework/File/Uploader.php
@@ -605,6 +605,18 @@ public static function getNewFileName($destinationFile)
605
return $destFileName;
606
}
607
608
+ /**
609
+ * Get dispertion path
610
+ *
611
+ * @param string $fileName
612
+ * @return string
613
+ * @deprecated
614
+ */
615
+ public static function getDispretionPath($fileName)
616
+ {
617
+ return self::getDispersionPath($fileName);
618
+ }
619
+
620
/**
621
* Get dispertion path
622
*
0 commit comments