chore: fix command template

This commit is contained in:
2025-11-24 00:20:10 +02:00
parent f43ffacfe4
commit be7e3157fa

View File

@@ -24,7 +24,7 @@ class {{pascalCase name}} extends Command {
*/
protected function configure(): void {
parent::configure();
$this->setName('mynextcloudapp:{{kebabCase name}}');
$this->setName('autocurrency:{{kebabCase name}}');
}
/**