Skip to content

Commit 985564e

Browse files
author
palPalani
committed
Fixed queue name
1 parent d3ee8cc commit 985564e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sqs/Queue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function pop($queue = null)
9595
}
9696
Log::debug('New $responseV2==', [$response]);
9797

98-
return new SqsJob($this->container, $this->sqs, $response, $this->connectionName, $queueId);
98+
return new SqsJob($this->container, $this->sqs, $response, $this->connectionName, $queue);
9999
}
100100
} catch (AwsException $e) {
101101
$msg = 'Line: '. $e->getLine() .', '. $e->getFile() . ', '. $e->getMessage();

0 commit comments

Comments
 (0)