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:
parent
8ad582b3b2
commit
49cb3911b8
@ -24,7 +24,7 @@ class Dashboard {
|
|||||||
* @param string $interface
|
* @param string $interface
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getVpnManged(?string $interface = null): ?string
|
public function getVpnManaged(?string $interface = null): ?string
|
||||||
{
|
{
|
||||||
return match ($interface) {
|
return match ($interface) {
|
||||||
'wg0' => '/wg_conf',
|
'wg0' => '/wg_conf',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user