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; }