Envato updates

This commit is contained in:
Manish Verma
2018-08-16 13:56:18 +05:30
parent 3fc523df9e
commit cfec60b43f
4 changed files with 4 additions and 4 deletions

View File

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