From 58c1915413d7d41e76e2cf99575d379af8a91061 Mon Sep 17 00:00:00 2001 From: Mekan1206 Date: Thu, 19 Feb 2026 06:22:37 +0500 Subject: [PATCH] image --- app/Support/ShortFileNamer.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Support/ShortFileNamer.php b/app/Support/ShortFileNamer.php index 02bd4e4..675148e 100644 --- a/app/Support/ShortFileNamer.php +++ b/app/Support/ShortFileNamer.php @@ -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