From 942497feeac66102b53b588432c82499a5306208 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 10:01:30 +0800 Subject: [PATCH] Cli.php --- Cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cli.php b/Cli.php index 942ebb16..2169456e 100644 --- a/Cli.php +++ b/Cli.php @@ -19,7 +19,7 @@ class Pman_Core_Cli extends Pman } - function get() + function get($v, $opts = Array()) { die("this is only used as a base class for Cli based commands - extend to use."); } -- 2.39.2