Removed dd() from handler

This commit is contained in:
Manish Verma
2018-08-09 17:34:20 +05:30
parent b8a41fdb23
commit 895dbae4e0

View File

@@ -48,7 +48,6 @@ class Handler extends ExceptionHandler
*/
public function report(Exception $e)
{
dd($e);
Bugsnag::setBeforeNotifyFunction(function ($error) { //set bugsnag
return false;
});