|
@@ -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)));
|
|
|
}
|
|
|
}
|
|
|
}
|