We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e1731 commit b4ad492Copy full SHA for b4ad492
src/Http/Livewire/CsvImporter.php
@@ -45,7 +45,7 @@ class CsvImporter extends Component
45
46
/** @var array */
47
protected $exceptions = [
48
- 'mode', 'columnsToMap', 'open',
+ 'model', 'columnsToMap', 'open',
49
'columnLabels', 'requiredColumns',
50
];
51
0 commit comments