Skip to content

Commit 24a5571

Browse files
authored
Merge pull request #65 from algomera/main
add emit to CsvImporter for data passing
2 parents a4f1845 + 87b425f commit 24a5571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Livewire/CsvImporter.php

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ protected function importCsv(): void
173173
->finally(
174174
fn () => $import->touch('completed_at')
175175
)->dispatch();
176+
$this->emit('imports', $jobs);
176177
}
177178

178179
protected function createNewImport(): Object

0 commit comments

Comments
 (0)