From 451104aab40e4c4fee4e41369fdc279fa8400660 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Fri, 22 Aug 2025 15:40:52 +0300 Subject: [PATCH] Add the same comment inside the then callback --- queues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queues.md b/queues.md index 1229cc2e12..922834e547 100644 --- a/queues.md +++ b/queues.md @@ -1669,7 +1669,7 @@ Bus::batch([ new SendPodcastReleaseNotification(2), ], ])->then(function (Batch $batch) { - // ... + // All jobs completed successfully... })->dispatch(); ```