mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Test API key creation with custom key
This commit is contained in:
@@ -22,10 +22,9 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
use function Shlinkio\Shlink\Core\arrayToString;
|
||||
use function sprintf;
|
||||
|
||||
class GenerateKeyCommand extends Command
|
||||
class CreateKeyCommand extends Command
|
||||
{
|
||||
public const NAME = 'api-key:create';
|
||||
/** @deprecated */
|
||||
public const ALIAS = 'api-key:generate';
|
||||
|
||||
public function __construct(
|
||||
Reference in New Issue
Block a user