Skip to content

Commit daee4a8

Browse files
issue 12506: added PR changes
1 parent 9c5420f commit daee4a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/internal/Magento/Framework/File/Uploader.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,18 @@ public static function getNewFileName($destinationFile)
605605
return $destFileName;
606606
}
607607

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+
608620
/**
609621
* Get dispertion path
610622
*

0 commit comments

Comments
 (0)