mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 09:24:02 +00:00
Use null instead of unset
This commit is contained in:
parent
52470fa734
commit
8d5ec9e001
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class JobPipeline implements ShouldQueue
|
|||
$passable = is_array($passable) ? $passable : [$passable];
|
||||
|
||||
$clone->passable = $passable;
|
||||
unset($clone->send);
|
||||
$clone->send = null;
|
||||
|
||||
return $clone;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue