Process/Php7.php
[Pman.Core] / Process / Php7.php
index ce892b2..835ca6d 100644 (file)
@@ -35,7 +35,8 @@ class Pman_Core_Process_Php7 extends Pman
             ));
         });
         
-        $this->scan();
+        $this->scan($this->rootDir . "/Pman");
+        $this->scan($this->rootDir . "/Hebe");
         
         exit;
     }