mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 07:31:09 +01:00
Fixup misnamed method getVpnManged -> getVpnManaged
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user