Fix a few methods

This commit is contained in:
Ely Deckers 2022-02-18 16:11:27 +01:00
parent 5d22a253f3
commit d882d3a47f
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ class PfzDiscoveries
echo $json_string;
}
public static function interfaces($is_wan = false, $is_cron = false)
public static function interfaces()
{
self::discover_interface();
}