class AbstractJob implements ShouldQueue
Traits
Properties
Methods
Details
at
line 41
__construct()
Present so subclasses can safely call `parent::__construct()` (many do).
Queue routing is applied when the job is pushed — see {\Flarum\Queue\RoutingQueue} and {\Flarum\Extend\Queue} — not here, so there is nothing to do at construction.