Skip to content

Commit

Permalink
Merge pull request #26 from ThorstenFritz/task/add-missing-mime-types
Browse files Browse the repository at this point in the history
Add file extensions "dts", "pv" and "pxf"
  • Loading branch information
frankdejonge authored Oct 17, 2023
2 parents 707144b + 59f06df commit b3fb617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Generation/FlysystemProvidedMimeTypeProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ public function provideMimeTypes(): array
new MimeTypeForExtension('application/vnd.oasis.opendocument.text-template', 'ott'),
new MimeTypeForExtension('application/STEP', 'step'),
new MimeTypeForExtension('application/STEP', 'stp'),
new MimeTypeForExtension('application/octet-stream', 'dst'),
new MimeTypeForExtension('application/octet-stream', 'pv'),
new MimeTypeForExtension('application/octet-stream', 'pxf'),
];
}
}

0 comments on commit b3fb617

Please sign in to comment.