From 296d06b2330f4ce8b3f91c974d0bcfcb7e3f7e6d Mon Sep 17 00:00:00 2001 From: Saufi Date: Thu, 18 Jun 2026 11:35:45 +0800 Subject: [PATCH] add request dalam app.php --- bootstrap/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index cf78fba..94c29b7 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -3,6 +3,7 @@ use Illuminate\Foundation\Application; use Illuminate\Foundation\Configuration\Exceptions; use Illuminate\Foundation\Configuration\Middleware; +use Illuminate\Http\Request; return Application::configure(basePath: dirname(__DIR__)) ->withRouting(