Created command to rename tag

This commit is contained in:
Alejandro Celaya
2017-07-16 09:24:21 +02:00
parent 095d8e73b8
commit 3cd14153ca
6 changed files with 151 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ return [
Command\Api\ListKeysCommand::class,
Command\Tag\ListTagsCommand::class,
Command\Tag\CreateTagCommand::class,
Command\Tag\RenameTagCommand::class,
]
],