Skip to content

Commit 91b2262

Browse files
authored
Update supported mime types
1 parent 79aed49 commit 91b2262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enums/MimeType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ enum MimeType: string
99
case APPLICATION_PDF = 'application/pdf';
1010
case APPLICATION_JAVASCRIPT = 'application/x-javascript';
1111
case APPLICATION_PYTHON = 'application/x-python';
12-
12+
1313
case TEXT_PLAIN = 'text/plain';
1414
case TEXT_HTML = 'text/html';
1515
case TEXT_CSS = 'text/css';

0 commit comments

Comments
 (0)