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 79aed49 commit 91b2262Copy full SHA for 91b2262
src/Enums/MimeType.php
@@ -9,7 +9,7 @@ enum MimeType: string
9
case APPLICATION_PDF = 'application/pdf';
10
case APPLICATION_JAVASCRIPT = 'application/x-javascript';
11
case APPLICATION_PYTHON = 'application/x-python';
12
-
+
13
case TEXT_PLAIN = 'text/plain';
14
case TEXT_HTML = 'text/html';
15
case TEXT_CSS = 'text/css';
0 commit comments