We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd04192 commit 8105691Copy full SHA for 8105691
src/ApacheMimetypeHelper.php
@@ -91,6 +91,7 @@ public function getMimetypeFromExtension($extension)
91
'pbm' => 'image/x-portable-bitmap',
92
'pdf' => 'application/pdf',
93
'pgm' => 'image/x-portable-graymap',
94
+ 'pkpass' => 'application/vnd.apple.pkpass',
95
'png' => 'image/png',
96
'pnm' => 'image/x-portable-anymap',
97
'ppm' => 'image/x-portable-pixmap',
0 commit comments