Skip to content

Commit ec2a55e

Browse files
committed
clean
1 parent 747f356 commit ec2a55e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/RabbitMQQueue.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public function push($job, $data = '', $queue = null)
6666
public function pushRaw($payload, $queue = null, array $options = [])
6767
{
6868
$queue = $this->getQueueName($queue);
69-
//$exchange = $this->configExchange['name'] ?:$queue;
7069
$this->declareQueue($queue);
7170
if (isset($options['delay'])) {
7271
$queue = $this->declareDelayedQueue($queue, $options['delay']);

0 commit comments

Comments
 (0)