1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-19 18:27:40 +02:00

Fixup misnamed method getVpnManged -> getVpnManaged

This commit is contained in:
billz 2025-03-25 05:25:11 -07:00
parent 8ad582b3b2
commit 49cb3911b8

View File

@ -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',