Skip to content

Commit c0c19c6

Browse files
authored
Merge pull request #6374 from cyrrill/patch-1
Correct facade name in dispatching batches example
2 parents b83e8eb + d1a9a15 commit c0c19c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ To dispatch a batch of jobs, you should use `batch` method of the `Bus` facade.
708708
use App\Jobs\ProcessPodcast;
709709
use App\Podcast;
710710
use Illuminate\Bus\Batch;
711-
use Illuminate\Support\Facades\Batch;
711+
use Illuminate\Support\Facades\Bus;
712712
use Throwable;
713713

714714
$batch = Bus::batch([

0 commit comments

Comments
 (0)