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

@@ -32,7 +32,7 @@ class DisableKeyCommand extends Command
{
$this->apiKeyService = $apiKeyService;
$this->translator = $translator;
parent::__construct(null);
parent::__construct();
}
public function configure()