Skip to content

Commit 01b9dcc

Browse files
authored
fix: added "application/octet-stream" to the "stl" mime type in the Mimes config class
1 parent a1f0f07 commit 01b9dcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Config/Mimes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ class Mimes
478478
'application/sla',
479479
'application/vnd.ms-pki.stl',
480480
'application/x-navistyle',
481+
'application/octet-stream',
481482
],
482483
];
483484

0 commit comments

Comments
 (0)