From a2d0962f79b760f9debda853cb62f3a42d243dca Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 24 Aug 2018 15:07:54 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Process/Php7.php b/Process/Php7.php index 86308d90..ca73971d 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -24,7 +24,7 @@ class Pman_Core_Php7 extends Pman } - function get() + function get($base, $opts = array()) { $base = realpath(__DIR__ . '/../..'); var_dump($base); -- 2.39.2