Skip to content

Commit

Permalink
New MimeType for .bmp files
Browse files Browse the repository at this point in the history
fix for #12125
  • Loading branch information
smap9 committed May 24, 2018
1 parent db83543 commit 35e0d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Http/Response.php
Expand Up @@ -338,7 +338,8 @@ class Response implements ResponseInterface
'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska',
'pkpass' => 'application/vnd.apple.pkpass',
'ajax' => 'text/html'
'ajax' => 'text/html',
'bmp' => 'image/bmp'
];

/**
Expand Down

0 comments on commit 35e0d41

Please sign in to comment.