From 4e2945477b9d28b8f7033b0c0949a60e573c8efa Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 16:40:46 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Process/Php7.php b/Process/Php7.php index 29b2d5d1..f2266628 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -26,8 +26,10 @@ class Pman_Core_Process_Php7 extends Pman function get($base, $opts = array()) { $dir = array($this->rootDir); + $cls = array(); + // $this->scan($this->rootDir, 'Pman'); -// $this->scan($this->rootDir); + $this->scan($dir, $cls); } -- 2.39.2