zilong 4 سال پیش
والد
کامیت
fe88ed8809
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Exceptions/Handler.php

+ 1 - 1
app/Exceptions/Handler.php

xqd
@@ -61,6 +61,6 @@ class Handler extends ExceptionHandler
             }
         }
 
-        return parent::render($request, $exception);
+        return out(null, 500, $exception->getMessage());
     }
 }