fix CLI scripts

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-22 10:36:01 +01:00
parent 0401e6971a
commit 685267d6fc
4 changed files with 20 additions and 20 deletions

View File

@@ -39,7 +39,7 @@ class SwitchServerIpCmd extends CmdLineHandler
'help'
);
public static $action_class = 'SwitchServerIpAction';
public static $action_class = '\\Froxlor\\Cli\\Action\\SwitchServerIpAction';
public static function printHelp()
{