@@ -71,7 +71,7 @@ |
||
71 | 71 | return $this->queues[$queueName] = $queue; |
72 | 72 | } |
73 | 73 | |
74 | - throw new \RuntimeException('Queue is not registered: ' . $queueName); |
|
74 | + throw new \RuntimeException('Queue is not registered: '.$queueName); |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | /** |