Commit d5027474 authored by Taylor Otwell's avatar Taylor Otwell

Show example base variables.

parent b21d263e
...@@ -2,5 +2,17 @@ ...@@ -2,5 +2,17 @@
abstract class Job abstract class Job
{ {
// /**
* The name of the queue the job should be sent to.
*
* @var string
*/
public $queue;
/**
* The seconds before the job should be made available.
*
* @var int
*/
public $delay;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment