From 49cb3911b87bc97bd1562fdc9ba94d8f7e505f9d Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 25 Mar 2025 05:25:11 -0700 Subject: [PATCH] Fixup misnamed method getVpnManged -> getVpnManaged --- src/RaspAP/UI/Dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RaspAP/UI/Dashboard.php b/src/RaspAP/UI/Dashboard.php index aac7212d..9e5bf9d8 100644 --- a/src/RaspAP/UI/Dashboard.php +++ b/src/RaspAP/UI/Dashboard.php @@ -24,7 +24,7 @@ class Dashboard { * @param string $interface * @return string */ - public function getVpnManged(?string $interface = null): ?string + public function getVpnManaged(?string $interface = null): ?string { return match ($interface) { 'wg0' => '/wg_conf',