mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 20:44:02 +00:00
fix: remove obsolete change
This commit is contained in:
parent
009c814831
commit
ee9e6397e3
1 changed files with 1 additions and 3 deletions
|
|
@ -61,9 +61,7 @@ class JobPipeline implements ShouldQueue
|
||||||
{
|
{
|
||||||
foreach ($this->jobs as $job) {
|
foreach ($this->jobs as $job) {
|
||||||
if (is_string($job)) {
|
if (is_string($job)) {
|
||||||
if (!str_contains($job, '@')) {
|
$job = [new $job(...$this->passable), 'handle'];
|
||||||
$job = [new $job(...$this->passable), 'handle'];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue