Skip to content

Commit b9e1731

Browse files
authored
Update CsvImporter.php
You have renamed to handle-imports the csv-imports from Codecourse.
1 parent 4d3a155 commit b9e1731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Http/Livewire/CsvImporter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function import()
8383

8484
$this->resetExcept($this->exceptions);
8585

86-
$this->emitTo('csv-imports', 'imports.refresh');
86+
$this->emitTo('handle-imports', 'imports.refresh');
8787
}
8888

8989
public function toggle()

0 commit comments

Comments
 (0)