Browse Source

增加action以及form生成命令对非app目录的支持

jqh 5 years ago
parent
commit
5b87cb5e54
2 changed files with 0 additions and 4 deletions
  1. 0 2
      src/Console/ActionCommand.php
  2. 0 2
      src/Console/FormCommand.php

+ 0 - 2
src/Console/ActionCommand.php

@@ -2,8 +2,6 @@
 
 namespace Dcat\Admin\Console;
 
-use Illuminate\Support\Str;
-
 class ActionCommand extends GeneratorCommand
 {
     /**

+ 0 - 2
src/Console/FormCommand.php

@@ -2,8 +2,6 @@
 
 namespace Dcat\Admin\Console;
 
-use Illuminate\Support\Str;
-
 class FormCommand extends GeneratorCommand
 {
     /**