Bugfix and language updates

Fixed links and language translations in installert.
Fixed outgoing mail issue.
This commit is contained in:
Manish Verma
2018-08-13 18:39:36 +05:30
parent 3a52d6f24f
commit 2f6ce43fe1
7 changed files with 101 additions and 57 deletions

View File

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