command.php 148 B

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