Created DeleteTagsCommand

This commit is contained in:
Alejandro Celaya
2017-07-16 09:35:24 +02:00
parent 602e11d5e7
commit a138f4153d
4 changed files with 139 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ return [
Command\Tag\ListTagsCommand::class,
Command\Tag\CreateTagCommand::class,
Command\Tag\RenameTagCommand::class,
Command\Tag\DeleteTagsCommand::class,
]
],