Skip to content

Commit 666d803

Browse files
committed
add arrayable
1 parent c0beb49 commit 666d803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Bus/Batch.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
use Illuminate\Collections\Arr;
77
use Illuminate\Collections\Collection;
88
use Illuminate\Contracts\Queue\Factory as QueueFactory;
9+
use Illuminate\Contracts\Support\Arrayable;
910
use JsonSerializable;
1011

11-
class Batch implements JsonSerializable
12+
class Batch implements Arrayable, JsonSerializable
1213
{
1314
/**
1415
* The queue factory implementation.

0 commit comments

Comments
 (0)