@@ -49,7 +49,7 @@ |
||
| 49 | 49 | protected function buildFakePage() |
| 50 | 50 | { |
| 51 | 51 | try { |
| 52 | - $rawResponse = App::$View->render('_exceptions/' . $this->tpl, ['msg' => $this->text]); |
|
| 52 | + $rawResponse = App::$View->render('_exceptions/'.$this->tpl, ['msg' => $this->text]); |
|
| 53 | 53 | if (Str::likeEmpty($rawResponse)) { |
| 54 | 54 | $rawResponse = $this->text; |
| 55 | 55 | } |