From: Edward Date: Wed, 21 Nov 2018 08:40:46 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4e2945477b9d28b8f7033b0c0949a60e573c8efa Process/Php7.php --- 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); }