From 86d3dcc3617c1320a9b121569f658c0b311d59a1 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 3 Dec 2018 10:56:17 +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 039337cd..608107da 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -34,9 +34,9 @@ class Pman_Core_Process_Php7 extends Pman $errline )); }); - print_R($this->bootLoader->project);exit; + $this->scan(array("Pman")); - $this->scan(array("Hebe")); + $this->scan(array($this->bootLoader->project)); exit; } -- 2.39.2