Skip to content

Commit 1c68609

Browse files
Update AllowedMimeTypes.php
- Added Audio to allowed mime types
1 parent 100f196 commit 1c68609

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/Media/AllowedMimeTypes.php

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ abstract class AllowedMimeTypes
4848
'video/mp4',
4949
],
5050

51+
'audio' => [
52+
'audio/mp3',
53+
'audio/wav',
54+
],
55+
5156
'excel' => [
5257
'application/vnd.ms-excel',
5358
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',

0 commit comments

Comments
 (0)