jqh 5 years ago
parent
commit
f574846be2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/GeneratorCommand.php

+ 1 - 1
src/Console/GeneratorCommand.php

@@ -57,7 +57,7 @@ abstract class GeneratorCommand extends BaseCommand
         if (! Str::startsWith(config('admin.route.namespace'), 'App')) {
         if (! Str::startsWith(config('admin.route.namespace'), 'App')) {
             $dir = explode('\\', config('admin.route.namespace'))[0];
             $dir = explode('\\', config('admin.route.namespace'))[0];
 
 
-            $this->baseDirectory = trim($this->ask('Please enter the destination class path', Helper::slug($dir)));
+            $this->baseDirectory = trim($this->ask('Please enter the application path', Helper::slug($dir)));
         }
         }
     }
     }
 }
 }