Skip to content

Commit 89aa62b

Browse files
dennistobarerdemkose
authored andcommitted
feat: adding csv as supported format
1 parent 6475b25 commit 89aa62b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Enums/MimeType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
enum MimeType: string
88
{
9+
case FILE_CSV = 'text/csv';
910
case FILE_PDF = 'application/pdf';
1011
case IMAGE_PNG = 'image/png';
1112
case IMAGE_JPEG = 'image/jpeg';

0 commit comments

Comments
 (0)