Skip to content

Commit

Permalink
Generate map
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Dec 20, 2023
1 parent 809cc94 commit 4277edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GeneratedExtensionToMimeTypeMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2275,6 +2275,7 @@ class GeneratedExtensionToMimeTypeMap implements ExtensionToMimeTypeMap, Extensi
'application/cdr' => ['cdr'],
'application/STEP' => ['step', 'stp'],
'application/x-ndjson' => ['ndjson'],
'application/braille' => ['brf'],
];

public function lookupMimeType(string $extension): ?string
Expand All @@ -2294,4 +2295,4 @@ public function lookupAllExtensions(string $mimetype): array
{
return self::EXTENSIONS_FOR_MIME_TIMES[$mimetype] ?? [];
}
}
}

0 comments on commit 4277edb

Please sign in to comment.