From a160e3f15f74fcf34a9eeb2ebf2e6cfa3f20f4b5 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Tue, 3 Feb 2026 13:05:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=BE=A9=20ProfileController?= =?UTF-8?q?=20=E7=BC=BA=E5=A4=B1=E7=9A=84=20Request=20=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Modules/Core/Controllers/ProfileController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Modules/Core/Controllers/ProfileController.php b/app/Modules/Core/Controllers/ProfileController.php index fa6d14d..799e956 100644 --- a/app/Modules/Core/Controllers/ProfileController.php +++ b/app/Modules/Core/Controllers/ProfileController.php @@ -4,6 +4,7 @@ namespace App\Modules\Core\Controllers; use App\Http\Controllers\Controller; +use Illuminate\Http\Request; use Illuminate\Support\Facades\Hash; use Illuminate\Validation\Rules\Password; use Inertia\Inertia;