@@ -65,7 +65,7 @@ |
||
65 | 65 | try { |
66 | 66 | $this->service = $this->container->query($this->class); |
67 | 67 | } catch (QueryException $e) { |
68 | - $this->logger->error("Could not load event listener service " . $this->class, [ |
|
68 | + $this->logger->error("Could not load event listener service ".$this->class, [ |
|
69 | 69 | 'exception' => $e, |
70 | 70 | ]); |
71 | 71 | return; |