From cc7a32ff4dae8945358d3291632c57f723857992 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 7 Feb 2023 17:02:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Application/ModuleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Application/ModuleController.php b/app/Http/Controllers/Application/ModuleController.php index e737167..767a3b9 100644 --- a/app/Http/Controllers/Application/ModuleController.php +++ b/app/Http/Controllers/Application/ModuleController.php @@ -8,7 +8,7 @@ class ModuleController extends Controller { - public function index() + public function index(): JsonResponse { $modules = (new Module)->all()->makeVisible(['api_token', 'url']);