Add audio/flac
This commit is contained in:
parent
a225cd5638
commit
45c890e063
1 changed files with 1 additions and 0 deletions
|
@ -855,6 +855,7 @@ class Files
|
|||
'image/heif' => 'heif',
|
||||
'image/heic' => 'heic',
|
||||
'image/jxl' => 'jxl',
|
||||
'audio/flac' => 'flac',
|
||||
];
|
||||
|
||||
public function __construct(int|string $maxFileSize, int|string $maxImgSize, protected array $imageDrivers, protected Container $c)
|
||||
|
|
Loading…
Reference in a new issue