Vijayakrishnan Krishnan 5 年 前
コミット
02431d856b
1 ファイル変更1 行追加1 行削除
  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() {