mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #2570 from dereuromark/master-pkpass
Add missing pkpass mimetype
This commit is contained in:
commit
107f883223
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ class CakeResponse {
|
||||||
'vcf' => 'text/x-vcard',
|
'vcf' => 'text/x-vcard',
|
||||||
'vtt' => 'text/vtt',
|
'vtt' => 'text/vtt',
|
||||||
'mkv' => 'video/x-matroska',
|
'mkv' => 'video/x-matroska',
|
||||||
|
'pkpass' => 'application/vnd.apple.pkpass'
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue