@@ -38,7 +38,7 @@ |
||
38 | 38 | */ |
39 | 39 | public function getQueueName() |
40 | 40 | { |
41 | - return $this->getPrefix() . '_' . $this->getName(); |
|
41 | + return $this->getPrefix().'_'.$this->getName(); |
|
42 | 42 | } |
43 | 43 | |
44 | 44 |