diff --git a/src/Illuminate/Bus/Batch.php b/src/Illuminate/Bus/Batch.php index ca7f2a2d46c4..a57a73e245b7 100644 --- a/src/Illuminate/Bus/Batch.php +++ b/src/Illuminate/Bus/Batch.php @@ -386,6 +386,7 @@ public function toArray() 'processedJobs' => $this->processedJobs(), 'progress' => $this->progress(), 'failedJobs' => $this->failedJobs, + 'options' => $this->options, 'createdAt' => $this->createdAt, 'cancelledAt' => $this->cancelledAt, 'finishedAt' => $this->finishedAt,