mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-08 10:39:27 +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\Filesystem\Filesystem;
|
||||
|
||||
class CreatePluginCommand extends Command
|
||||
class MakePluginCommand extends Command
|
||||
{
|
||||
protected $signature = 'p:plugin:create
|
||||
protected $signature = 'p:plugin:make
|
||||
{--name=}
|
||||
{--author=}
|
||||
{--description=}
|
||||
Loading…
x
Reference in New Issue
Block a user