hydra-sql/src/Flag/FlagEnum.php
Gauthier DUPONT 42def448d1
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit was not built
feat(altcha): add altcha validation layer to login
2025-04-10 15:38:19 +02:00

9 lines
82 B
PHP

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