command.php 150 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. use SixShop\Auth\Command\JWTGenerateSecretCommand;
  4. return [
  5. 'jwt:secret' => JWTGenerateSecretCommand::class,
  6. ];