Vijayakrishnan Krishnan 5 anni fa
parent
commit
02431d856b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Console/Commands/GenerateTreeCommand.php

+ 1 - 1
app/Console/Commands/GenerateTreeCommand.php

@@ -219,7 +219,7 @@ class GenController {
             $this->saveController();
             $this->saveRoutes();
             $this->saved = true;
-            $this->log();
+            // $this->log();
         }
     }
     public function saveController() {