Skip to content

Commit

Permalink
Add .svg image file support
Browse files Browse the repository at this point in the history
  • Loading branch information
tjone270 authored Jan 16, 2025
1 parent 786a434 commit db87427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Uploads/ImageService.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class ImageService
{
protected static array $supportedExtensions = ['jpg', 'jpeg', 'png', 'gif', 'webp'];
protected static array $supportedExtensions = ['jpg', 'jpeg', 'png', 'gif', 'webp', 'svg'];

public function __construct(
protected ImageStorage $storage,
Expand Down

0 comments on commit db87427

Please sign in to comment.