Rework commands

This commit is contained in:
2025-12-28 02:30:24 +01:00
parent 57582a2e53
commit 078f2bf6a7
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ class CommandProvider implements CommandProviderCapability
public function getCommands()
{
return [
new Command\PackageCommand(),
new Command\PackageBuildCommand(),
new Command\PackageLoginCommand(),
new Command\PackagePublishCommand(),
new Command\PackageUnpublishCommand(),