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.
1 parent 4b977c4 commit 941c47fCopy full SHA for 941c47f
src/Adapters/File.php
@@ -27,8 +27,8 @@ class File extends Adapter
27
'image/gif' => ['photo', 'imageHtml'],
28
'image/png' => ['photo', 'imageHtml'],
29
'image/bmp' => ['photo', 'imageHtml'],
30
- 'image/ico' => ['photo', 'imageHtml'],
31
- 'image/webp' => ['photo', 'imageHtml'],
+ 'image/ico' => ['photo', 'imageHtml'],
+ 'image/webp' => ['photo', 'imageHtml'],
32
'text/rtf' => ['rich', 'google'],
33
'application/pdf' => ['rich', 'google'],
34
'application/msword' => ['rich', 'google'],
0 commit comments