Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
9 lines
82 B
PHP
9 lines
82 B
PHP
<?php
|
|
|
|
namespace App\Flag;
|
|
|
|
enum FlagEnum: string
|
|
{
|
|
case Altcha = 'altcha';
|
|
}
|