This commit is contained in:
Boy132 2025-08-04 11:31:50 +02:00
parent abf6349918
commit 6601599283

View File

@ -36,7 +36,7 @@ class CreatePluginCommand extends Command
return;
}
$author = $this->option('$author') ?? $this->ask('$author');
$author = $this->option('author') ?? $this->ask('author');
$namespace = $author . '\\' . studly_case($name);
$class = studly_case($name . 'Plugin');