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 afcff52 commit 03a0c0eCopy full SHA for 03a0c0e
src/Http/CurlDispatcher.php
@@ -17,6 +17,7 @@ class CurlDispatcher implements DispatcherInterface
17
'jpeg' => 'image/jpeg',
18
'gif' => 'image/gif',
19
'png' => 'image/png',
20
+ 'mp4' => 'video/mp4',
21
];
22
23
private $config = [
0 commit comments