Browse Source

修复正常错误也记录日志

sandm 2 năm trước cách đây
mục cha
commit
9ba07c6995
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     ];
 
     /**