Skip to content

Commit d6058a9

Browse files
committed
B2B-2058: ImageUploader uses Name class which works only with local FS
1 parent 64c1445 commit d6058a9

File tree

1 file changed

+0
-1
lines changed
  • lib/internal/Magento/Framework/File

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public function getNewFileName(string $destinationFile)
5858
return $driver->isExists($destinationFile)
5959
? $this->generateFileName($driver, $fileInfo)
6060
: $fileInfo['basename'];
61-
6261
}
6362

6463
/**

0 commit comments

Comments
 (0)