mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 20:19:26 +01:00
rename "p:plugin:create" to "p:plugin:make"
This commit is contained in:
parent
6601599283
commit
aa2dfc1c5d
@ -6,9 +6,9 @@ use App\Enums\PluginStatus;
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Filesystem\Filesystem;
|
use Illuminate\Filesystem\Filesystem;
|
||||||
|
|
||||||
class CreatePluginCommand extends Command
|
class MakePluginCommand extends Command
|
||||||
{
|
{
|
||||||
protected $signature = 'p:plugin:create
|
protected $signature = 'p:plugin:make
|
||||||
{--name=}
|
{--name=}
|
||||||
{--author=}
|
{--author=}
|
||||||
{--description=}
|
{--description=}
|
||||||
Loading…
x
Reference in New Issue
Block a user