Created command to generate a random secret key string

This commit is contained in:
Alejandro Celaya
2016-08-07 20:30:19 +02:00
parent 2a089f05b1
commit 57bc681b9e
3 changed files with 47 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ return [
Command\GetVisitsCommand::class,
Command\ProcessVisitsCommand::class,
Command\Config\GenerateCharsetCommand::class,
Command\Config\GenerateSecretCommand::class,
Command\Api\GenerateKeyCommand::class,
Command\Api\DisableKeyCommand::class,
Command\Api\ListKeysCommand::class,