@@ -91,7 +91,7 @@ |
||
91 | 91 | if ($this->layout && (!$layoutPath = $this->getLayoutFile((new KernelInjector)->get()->getAppDir(), |
92 | 92 | $this->module)) |
93 | 93 | ) { |
94 | - (new LoggerInjector)->build()->send('error', 'Layout `' . $this->layout . '` not found'); |
|
94 | + (new LoggerInjector)->build()->send('error', 'Layout `'.$this->layout.'` not found'); |
|
95 | 95 | } |
96 | 96 | |
97 | 97 | if ($layoutPath) { |