@@ -79,7 +79,7 @@ |
||
79 | 79 | // Remember and return |
80 | 80 | return $this->hasBackend = true; |
81 | 81 | } catch (Throwable $e) { |
82 | - $this->logger->error("Talk backend {class} could not be loaded: " . $e->getMessage(), [ |
|
82 | + $this->logger->error("Talk backend {class} could not be loaded: ".$e->getMessage(), [ |
|
83 | 83 | 'class' => $backendRegistration->getService(), |
84 | 84 | 'exception' => $e, |
85 | 85 | ]); |