Skip to content

Commit 8851991

Browse files
committed
no need to recheck the batch jobs
1 parent 39567bb commit 8851991

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Illuminate/Bus/PendingBatch.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ protected function ensureJobIsBatchable(object|array $job): void
9999
{
100100
foreach (Arr::wrap($job) as $job) {
101101
if ($job instanceof PendingBatch) {
102-
$this->ensureJobIsBatchable($job->jobs->all());
103-
104102
return;
105103
}
106104

0 commit comments

Comments
 (0)