hydra-sql/src/Flag/FlagEnum.php
Gauthier DUPONT fa987f5d44
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-02 14:32:12 +02:00

9 lines
82 B
PHP

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