Use strtolower

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-08-10 18:11:39 +01:00
parent a2217d7dbc
commit 8da0dd7563
+1 -1
View File
@@ -75,7 +75,7 @@ class ImageUploadRequest extends Request
if (is_null($path)) {
$path = Str::of(str_plural($type));
$path = strtolower(str_plural($type));
if ($type == 'AssetModel') {
$path = 'models';