image
This commit is contained in:
@@ -20,9 +20,7 @@ class ShortFileNamer extends FileNamer
|
||||
*/
|
||||
public function conversionFileName(string $fileName, Conversion $conversion): string
|
||||
{
|
||||
$fileName = pathinfo($fileName, PATHINFO_FILENAME);
|
||||
|
||||
return "{$fileName}-{$conversion->getName()}";
|
||||
return $conversion->getName();
|
||||
}
|
||||
|
||||
public function responsiveFileName(string $fileName): string
|
||||
|
||||
Reference in New Issue
Block a user