Skip to content

Commit

Permalink
Added dotm mime type
Browse files Browse the repository at this point in the history
Noticed that dotm is missing in the list. Added this one.
  • Loading branch information
BenjaminPaap authored and frankdejonge committed Oct 13, 2019
1 parent 560b7ec commit 6624f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util/MimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class MimeType
'doc' => 'application/msword',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'docm' => 'application/vnd.ms-word.template.macroEnabled.12',
'dotm' => 'application/vnd.ms-word.template.macroEnabled.12',
'dot' => 'application/msword',
'dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
Expand Down

0 comments on commit 6624f73

Please sign in to comment.