x1 and x2 reports

This commit is contained in:
omair saleh
2020-12-05 12:55:20 +08:00
parent cf85232ead
commit cda0f5fe0f
2 changed files with 84 additions and 85 deletions
+4
View File
@@ -56,6 +56,10 @@ class Handler extends ExceptionHandler
], 404);
}
if ($exception->getCode() === 403) {
return redirect('/');
}
return parent::render($request, $exception);
}
}