Created command to generate a new api key

This commit is contained in:
Alejandro Celaya
2016-08-06 18:07:48 +02:00
parent 99d7e6dd7d
commit 74777c2234
7 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php
namespace Shlinkio\Shlink\CLI\Command\Api;
class DisableKeyCommand
{
}