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

index a8b224b..9bb0e4e 100644 (file)
@@ -25,10 +25,6 @@ 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();
     }