Skip to content

Commit 9182945

Browse files
committed
fix typo
1 parent ee32696 commit 9182945

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
@@ -148,7 +148,7 @@ protected function importCsv()
148148
Bus::batch($jobs)
149149
->name('import-csv')
150150
->finally(
151-
fn () => $import->touch('compoleted_at')
151+
fn () => $import->touch('completed_at')
152152
)->dispatch();
153153
}
154154

0 commit comments

Comments
 (0)