jqh преди 5 години
родител
ревизия
f574846be2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)));
         }
     }
 }