Skip to content

Commit

Permalink
Remove incorrect "then" method (#9126)
Browse files Browse the repository at this point in the history
This method doesn't exists on the PendingChain class.
  • Loading branch information
driesvints committed Nov 8, 2023
1 parent 28f358d commit a70dab0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -1329,9 +1329,7 @@ Conversely, you may run batches of jobs within a [chain](#job-chaining) by defin
new SendPodcastReleaseNotification(1),
new SendPodcastReleaseNotification(2),
]),
])->then(function () {
// ...
})->dispatch();
])->dispatch();

<a name="adding-jobs-to-batches"></a>
### Adding Jobs To Batches
Expand Down

0 comments on commit a70dab0

Please sign in to comment.