Completed
Push — development ( 26b42c...5209df )
by Claudio
02:31
created
app/Exceptions/Handler.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,9 @@
 block discarded – undo
50 50
      */
51 51
     public function render($request, Exception $e)
52 52
     {
53
-        if ($e instanceof NotFoundHttpException)
54
-            return response(view('habbo-web'));
53
+        if ($e instanceof NotFoundHttpException) {
54
+                    return response(view('habbo-web'));
55
+        }
55 56
 
56 57
         return parent::render($request, $e);
57 58
     }
Please login to merge, or discard this patch.