Преглед изворни кода

修复正常错误也记录日志

sandm пре 3 година
родитељ
комит
9ba07c6995
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Exceptions/Handler.php

+ 1 - 1
app/Exceptions/Handler.php

@@ -14,7 +14,7 @@ class Handler extends ExceptionHandler
      * @var array
      */
     protected $dontReport = [
-        //
+        ResponseException::class
     ];
 
     /**