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