From 350a0bd3066d7e7cf1f474efdb7538c968a37e33 Mon Sep 17 00:00:00 2001 From: net909 Date: Thu, 25 Jul 2024 22:37:41 +0800 Subject: [PATCH] fix --- app/lib/dns/dnspod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/dns/dnspod.php b/app/lib/dns/dnspod.php index 81f16ec..12483bf 100644 --- a/app/lib/dns/dnspod.php +++ b/app/lib/dns/dnspod.php @@ -269,8 +269,8 @@ class dnspod implements DnsInterface { foreach($data['LineGroupList'] as $row){ $line_list[] = ['Name' => $row['Name'], 'LineId' => $row['LineId']]; } - return $line_list; } + return $line_list; } return false; }