mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-14 23:44:03 +00:00
Merge branch '2.x' into 2.x
This commit is contained in:
commit
ee825a71b9
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class JobPipeline implements ShouldQueue
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shouldBeQueued(bool $shouldBeQueued = true, string $queue = null): static
|
public function shouldBeQueued(bool $shouldBeQueued = true, string|null $queue = null): static
|
||||||
{
|
{
|
||||||
$this->shouldBeQueued = $shouldBeQueued;
|
$this->shouldBeQueued = $shouldBeQueued;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue