Parcourir la source

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

jqh il y a 5 ans
Parent
commit
5b87cb5e54
2 fichiers modifiés avec 0 ajouts et 4 suppressions
  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
 {
     /**