From bafc660c115cc00189493a2ef6f10d3e7643df13 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 13 Feb 2023 15:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Api/HostController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/Api/HostController.php b/app/Http/Controllers/Api/HostController.php index 76d43b6..b4da7f6 100644 --- a/app/Http/Controllers/Api/HostController.php +++ b/app/Http/Controllers/Api/HostController.php @@ -23,7 +23,6 @@ public function index(): JsonResponse return $this->success($hosts); } - // public function update(HostRequest $request, Host $host): JsonResponse { $request->validate([