Skip to content

Commit b4ad492

Browse files
authored
Update CsvImporter.php
1 parent b9e1731 commit b4ad492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Livewire/CsvImporter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class CsvImporter extends Component
4545

4646
/** @var array */
4747
protected $exceptions = [
48-
'mode', 'columnsToMap', 'open',
48+
'model', 'columnsToMap', 'open',
4949
'columnLabels', 'requiredColumns',
5050
];
5151

0 commit comments

Comments
 (0)