Remove hard coded queue name for RunTaskJob (#420)
This commit is contained in:
parent
7813b6060c
commit
7b0a15e746
@ -24,7 +24,7 @@ class RunTaskJob extends Job implements ShouldQueue
|
||||
*/
|
||||
public function __construct(public Task $task, public bool $manualRun = false)
|
||||
{
|
||||
$this->queue = 'standard';
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user