We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.svg
1 parent 786a434 commit db87427Copy full SHA for db87427
app/Uploads/ImageService.php
@@ -13,7 +13,7 @@
13
14
class ImageService
15
{
16
- protected static array $supportedExtensions = ['jpg', 'jpeg', 'png', 'gif', 'webp'];
+ protected static array $supportedExtensions = ['jpg', 'jpeg', 'png', 'gif', 'webp', 'svg'];
17
18
public function __construct(
19
protected ImageStorage $storage,
0 commit comments