From 70c5472cdd1a337955ce900a01b13ca7499f097f Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 17:26:24 +0800 Subject: [PATCH 1/1] Process/Php7.php --- Process/Php7.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Process/Php7.php b/Process/Php7.php index ce892b29..835ca6da 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -35,7 +35,8 @@ class Pman_Core_Process_Php7 extends Pman )); }); - $this->scan(); + $this->scan($this->rootDir . "/Pman"); + $this->scan($this->rootDir . "/Hebe"); exit; } -- 2.39.2