Skip to content

Commit db87427

Browse files
authored
Add .svg image file support
1 parent 786a434 commit db87427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Uploads/ImageService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class ImageService
1515
{
16-
protected static array $supportedExtensions = ['jpg', 'jpeg', 'png', 'gif', 'webp'];
16+
protected static array $supportedExtensions = ['jpg', 'jpeg', 'png', 'gif', 'webp', 'svg'];
1717

1818
public function __construct(
1919
protected ImageStorage $storage,

0 commit comments

Comments
 (0)