mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 09:42:43 +01:00
Remove duplicate keys in MimeType
class
This commit is contained in:
parent
ea2045cbe0
commit
93561adda2
@ -30,7 +30,6 @@ class MimeType
|
||||
'zip' => 'application/zip',
|
||||
'mid' => 'audio/midi',
|
||||
'm4a' => 'audio/mp4',
|
||||
'm4a' => 'audio/mp4a-latm',
|
||||
'mp3' => 'audio/mpeg',
|
||||
'aif' => 'audio/x-aiff',
|
||||
'm3u' => 'audio/x-mpegurl',
|
||||
@ -64,7 +63,6 @@ class MimeType
|
||||
'mpg' => 'video/mpeg',
|
||||
'mov' => 'video/quicktime',
|
||||
'flv' => 'video/x-flv',
|
||||
'm4v' => 'video/x-m4v',
|
||||
'asf' => 'video/x-ms-asf',
|
||||
'wmv' => 'video/x-ms-wmv',
|
||||
'avi' => 'video/x-msvideo'
|
||||
|
Loading…
x
Reference in New Issue
Block a user