Skip to content

Commit

Permalink
chore: update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Sep 29, 2024
1 parent 976b71c commit 4b88477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/core/src/Queue/AbstractJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class AbstractJob implements ShouldQueue

/**
* The name of the queue on which the job should be placed.
*
* This is only effective on jobs dispatched via Redis.
*
*
* This is only effective on jobs that extend `\Flarum\Queue\AbstractJob` and dispatched via Redis.
*
* @var string|null
*/
public static $sendOnQueue = null;
Expand Down

0 comments on commit 4b88477

Please sign in to comment.