diff --git a/framework/core/src/Queue/AbstractJob.php b/framework/core/src/Queue/AbstractJob.php index 207f3f1b66..e7bffe9f39 100644 --- a/framework/core/src/Queue/AbstractJob.php +++ b/framework/core/src/Queue/AbstractJob.php @@ -21,6 +21,10 @@ class AbstractJob implements ShouldQueue use SerializesModels; /** + * The name of the queue on which the job should be placed. + * + * This is only effective on jobs dispatched via Redis. + * * @var string|null */ public static $sendOnQueue = null;