@@ -40,7 +40,7 @@ |
||
40 | 40 | public function getConfig(): Config |
41 | 41 | { |
42 | 42 | if (is_null($this->config)) { |
43 | - throw new \LogicException("Config not set in " . get_class($this)); |
|
43 | + throw new \LogicException("Config not set in ".get_class($this)); |
|
44 | 44 | } |
45 | 45 | return $this->config; |
46 | 46 | } |