From e3c47f2d106b7c545261c3068e40a2ab76a9c6a6 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 7 Feb 2023 17:02:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Module/DeviceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Module/DeviceController.php b/app/Http/Controllers/Module/DeviceController.php index e52944e..cc7fcb2 100644 --- a/app/Http/Controllers/Module/DeviceController.php +++ b/app/Http/Controllers/Module/DeviceController.php @@ -43,7 +43,7 @@ public function destroy(Request $request, $client_id = null): JsonResponse if ($client_id) { try { $client = $emqx->client($client_id); - } catch (EmqxSupportException $e) { + } catch (EmqxSupportException) { return $this->failed('client not found'); }