jqh 5 éve
szülő
commit
f574846be2
1 módosított fájl, 1 hozzáadás és 1 törlés
  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')) {
             $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)));
         }
     }
 }