This commit is contained in:
Mekan1206
2026-02-18 04:23:36 +05:00
parent 18401b908f
commit ab3e69e831
2 changed files with 31 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ return [
/*
* This is the class that is responsible for naming generated files.
*/
'file_namer' => Spatie\MediaLibrary\Support\FileNamer\DefaultFileNamer::class,
'file_namer' => App\Support\ShortFileNamer::class,
/*
* The class that contains the strategy for determining a media file's path.