Skip to content

Commit 2ae22f0

Browse files
committed
fix: added "application/octet-stream" to the "stl" mime type in the Mimes config class
1 parent 28d368b commit 2ae22f0

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)