remove codeigniter
This commit is contained in:
@@ -7,7 +7,7 @@ use Illuminate\Http\JsonResponse;
|
||||
|
||||
class AccessDeniedController extends Controller
|
||||
{
|
||||
/** CI route: GET /access_denied */
|
||||
/** legacy route: GET /access_denied */
|
||||
public function accessDenied(): JsonResponse
|
||||
{
|
||||
return response()->json([
|
||||
|
||||
Reference in New Issue
Block a user