x1 and x2 reports

This commit is contained in:
omair saleh
2020-12-05 13:00:57 +08:00
parent dbdaaf7752
commit 258b4a8626
+1 -1
View File
@@ -59,7 +59,7 @@ class Handler extends ExceptionHandler
}
if ($exception instanceof AuthorizationException) {
return 'test';
return response()->redirectTo('/');
}
return parent::render($request, $exception);