mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 12:29:29 +01:00
fix typo
This commit is contained in:
parent
abf6349918
commit
6601599283
@ -36,7 +36,7 @@ class CreatePluginCommand extends Command
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$author = $this->option('$author') ?? $this->ask('$author');
|
$author = $this->option('author') ?? $this->ask('author');
|
||||||
|
|
||||||
$namespace = $author . '\\' . studly_case($name);
|
$namespace = $author . '\\' . studly_case($name);
|
||||||
$class = studly_case($name . 'Plugin');
|
$class = studly_case($name . 'Plugin');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user