Process/Php7.php
[Pman.Core] / Process / Php7.php
index 5ae4ca6..039337c 100644 (file)
@@ -34,9 +34,9 @@ class Pman_Core_Process_Php7 extends Pman
                 $errline
             ));
         });
-        
+        print_R($this->bootLoader->project);exit;
         $this->scan(array("Pman"));
-//        $this->scan(array("Hebe"));
+        $this->scan(array("Hebe"));
         
         exit;
     }