Skip to content

Commit 574916b

Browse files
Fix BatchRepositoryFake (#34225)
1 parent 5bf30a5 commit 574916b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Testing/Fakes/BatchRepositoryFake.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ public function store(PendingBatch $batch)
4747
new QueueFake(Facade::getFacadeApplication()),
4848
$this,
4949
(string) Str::orderedUuid(),
50+
$batch->name,
5051
count($batch->jobs),
5152
count($batch->jobs),
5253
0,
54+
[],
5355
$batch->options,
5456
CarbonImmutable::now(),
5557
null,

0 commit comments

Comments
 (0)