From aa2dfc1c5d3e350e7bd80203941f4e8138b98b21 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Tue, 5 Aug 2025 09:01:43 +0200 Subject: [PATCH] rename "p:plugin:create" to "p:plugin:make" --- .../Plugin/{CreatePluginCommand.php => MakePluginCommand.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/Console/Commands/Plugin/{CreatePluginCommand.php => MakePluginCommand.php} (98%) diff --git a/app/Console/Commands/Plugin/CreatePluginCommand.php b/app/Console/Commands/Plugin/MakePluginCommand.php similarity index 98% rename from app/Console/Commands/Plugin/CreatePluginCommand.php rename to app/Console/Commands/Plugin/MakePluginCommand.php index ef07dcf2a..4da113e9e 100644 --- a/app/Console/Commands/Plugin/CreatePluginCommand.php +++ b/app/Console/Commands/Plugin/MakePluginCommand.php @@ -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=}