Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Dec 22, 2015
1 parent f54ca60 commit 82d4d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Publisher/QueuePublisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function push(string $queue, string $jobName, array $attributes = [], arr
if (!isset($this->queues[$queue])) {
throw new UnknownQueueException(sprintf(
'Queue "%s" is not mapped to an actual SQS queue URL. Did you make sure you have specified the
queue into the "zfr_eb_queue" config?',
queue into the "zfr_eb_worker" config?',
$queue
));
}
Expand Down

0 comments on commit 82d4d49

Please sign in to comment.