Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Feb 9, 2024
1 parent a7c6e58 commit 2a8ac42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Concerns/InteractsWithSignals.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function trap($signals, $callback)
$this->getApplication()->getSignalRegistry(),
);

collect(Arr::wrap($signals))
collect(Arr::wrap(value($signals)))
->each(fn ($signal) => $this->signals->register($signal, $callback));
});
}
Expand Down

0 comments on commit 2a8ac42

Please sign in to comment.