Removed dd() from handler
This commit is contained in:
@@ -48,7 +48,6 @@ class Handler extends ExceptionHandler
|
|||||||
*/
|
*/
|
||||||
public function report(Exception $e)
|
public function report(Exception $e)
|
||||||
{
|
{
|
||||||
dd($e);
|
|
||||||
Bugsnag::setBeforeNotifyFunction(function ($error) { //set bugsnag
|
Bugsnag::setBeforeNotifyFunction(function ($error) { //set bugsnag
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user