Skip to content

Commit

Permalink
Update BeanstalkdAdapter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Oct 16, 2023
1 parent c810734 commit 2eb2150
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 2eb2150

Please sign in to comment.