Process/Php7.php
authorEdward <edward@roojs.com>
Mon, 3 Dec 2018 02:56:17 +0000 (10:56 +0800)
committerEdward <edward@roojs.com>
Mon, 3 Dec 2018 02:56:17 +0000 (10:56 +0800)
Process/Php7.php

index 039337c..608107d 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($this->bootLoader->project));
         
         exit;
     }