Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 08:40:46 +0000 (16:40 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 08:40:46 +0000 (16:40 +0800)
Process/Php7.php

index 29b2d5d..f226662 100644 (file)
@@ -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);
         
         
     }