Skip to content

Commit

Permalink
Minor fix Jobs V3
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Feb 13, 2024
1 parent e7956e1 commit 1a7e27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/BatchJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BatchJob implements ShouldQueue

public function handle(): void
{
$batch = Bus::batch([
Bus::batch([
new ShortJob(),
new ShortJob(),
new ShortJob(),
Expand Down

0 comments on commit 1a7e27f

Please sign in to comment.