We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379dc39 commit 2e272eeCopy full SHA for 2e272ee
src/Illuminate/Queue/InteractsWithQueue.php
@@ -11,7 +11,7 @@ trait InteractsWithQueue
11
*
12
* @var \Illuminate\Contracts\Queue\Job
13
*/
14
- protected $job;
+ public $job;
15
16
/**
17
* Get the number of times the job has been attempted.
0 commit comments