hydra-sql/src/Flag/FlagEnum.php
Gauthier DUPONT 633e93c129
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
feat(altcha): add altcha validation layer to login
2025-04-02 16:30:45 +02:00

9 lines
82 B
PHP

<?php
namespace App\Flag;
enum FlagEnum: string
{
case Altcha = 'altcha';
}