Passed
Push — master ( 1f5c21...18384e )
by Mihail
02:51
created
src/Exception/TemplateException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.