diff --git a/src/Http/Response.php b/src/Http/Response.php index eb1de5f1dc4..054cd93a3ce 100644 --- a/src/Http/Response.php +++ b/src/Http/Response.php @@ -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' ]; /**