Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Mar 8, 2022
1 parent fee364f commit 68f182d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/voyager-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
| Supported: "Xlsx", "Csv", "Csv", "Ods", "Xls",
| "Slk", "Xml", "Gnumeric", "Html"
*/
'readerType' => env('VOYAGER_IMPORT_READER_TYPE', 'Csv'),
'readerType' => env('VOYAGER_IMPORT_READER_TYPE', 'Xlsx'),

/*
| The default import writerType.
|
| Supported: "Xlsx", "Csv", "Csv", "Ods", "Xls",
| "Slk", "Xml", "Gnumeric", "Html"
*/
'writerType' => env('VOYAGER_IMPORT_WRITER_TYPE', 'Csv'),
'writerType' => env('VOYAGER_IMPORT_WRITER_TYPE', 'Xlsx'),

/*
| Here you can specify which mimes are allowed to upload
Expand Down

0 comments on commit 68f182d

Please sign in to comment.