From 3b06d21c727c7786e65a06e665e8cfab3af19d18 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 15 Mar 2026 21:41:07 -0500 Subject: [PATCH] testing --- bootstrap/app.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 4ef6bf1..e14599c 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -23,8 +23,6 @@ return Application::configure(basePath: dirname(__DIR__)) $middleware->priority([ \App\Http\Middleware\RedirectIfAuthenticated::class, - \App\Http\Middleware\RequireRole::class, - \App\Http\Middleware\RequriePermission::class, \App\Http\Middleware\RefreshUserJwt::class, ]);