mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-08 10:39:27 +01:00
fix typo
This commit is contained in:
parent
abf6349918
commit
6601599283
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user