Created CreateTagCommand

This commit is contained in:
Alejandro Celaya
2017-07-16 09:09:11 +02:00
parent c8368c9098
commit b37f303e76
6 changed files with 143 additions and 3 deletions

View File

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