rename "p:plugin:create" to "p:plugin:make"

This commit is contained in:
Boy132 2025-08-05 09:01:43 +02:00
parent 6601599283
commit aa2dfc1c5d

View File

@ -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=}