Skip to content

Commit

Permalink
Merge pull request #274 from bowphp/papac-patch-1
Browse files Browse the repository at this point in the history
Update BeanstalkdAdapter.php
  • Loading branch information
papac authored Oct 16, 2023
2 parents c810734 + 2eb2150 commit f2b0ab8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Queue/Adapters/BeanstalkdAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ public function configure(array $queue): BeanstalkdAdapter
$queue["timeout"]
);

if (isset($queue["queue"])) {
$this->setQueue($queue["queue"]);
}

return $this;
}

Expand Down

0 comments on commit f2b0ab8

Please sign in to comment.