Skip to content

Commit 2e272ee

Browse files
committed
make job public
1 parent 379dc39 commit 2e272ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/InteractsWithQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trait InteractsWithQueue
1111
*
1212
* @var \Illuminate\Contracts\Queue\Job
1313
*/
14-
protected $job;
14+
public $job;
1515

1616
/**
1717
* Get the number of times the job has been attempted.

0 commit comments

Comments
 (0)