Add XLSB extension mime icon

This commit is contained in:
Carlos Ferreira 2018-08-19 15:06:13 +02:00 committed by GitHub
parent 07cddadde7
commit 2462c6e87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ class MimeHelper
// Excel
'xls' => self::ICON_EXCEL,
'xlsx' => self::ICON_EXCEL,
'xlsb' => self::ICON_EXCEL,
'ods' => self::ICON_EXCEL,
// Powerpoint
'ppt' => self::ICON_POWERPOINT,