Add audio/flac

This commit is contained in:
Visman 2023-07-28 19:04:53 +07:00
parent a225cd5638
commit 45c890e063

View file

@ -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)