This commit is contained in:
philipp lang 2025-05-30 12:03:23 +02:00
parent 52a6491488
commit e429d7de76
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ class PreventionSettings extends LocalSettings
public int $freshRememberInterval;
public bool $active;
public FilterScope $yearlyMemberFilter;
/**
* @var array<int, string>
* @todo Create collection cast to Collection of enums
*/
public array $preventAgainst;
public static function group(): string