Test Setup Failed
Branch test5 (4b2bc0)
by Ron
25:56
created
app/Exceptions/Handler.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -39,17 +39,17 @@
 block discarded – undo
39 39
     //    {
40 40
     //        parent::report($exception);
41 41
     //    }
42
-       if(!config('app.stack_trace') && $exception->getMessage() != null)
43
-       {
42
+        if(!config('app.stack_trace') && $exception->getMessage() != null)
43
+        {
44 44
             // dd($excption);
45 45
 
46 46
         parent::report($exception);
47 47
             // Log::error('[' . $exception->getCode() . '] "' . $exception->getMessage() . '" on line ' . $exception->getTrace()[0]['line'] . ' of file ' . $exception->getTrace()[0]['file']);
48
-       }
49
-       else
50
-       {
48
+        }
49
+        else
50
+        {
51 51
             parent::report($exception);
52
-       }
52
+        }
53 53
     }
54 54
 
55 55
     /**
Please login to merge, or discard this patch.