create no process

This commit is contained in:
2025-12-20 15:52:57 +03:30
parent 5d3d2bd973
commit e435aa8372
6 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ enum MissionViolationType: int
public function label(): string
{
return match ($this) {
self::KHOROJ_BEDONE_MOGAVEZ => "خروج بدون مجوز ",
self::KHOROJ_BEDONE_MOGAVEZ => "خروج بدون مجوز",
self::ADAM_TAHAROK => "عدم تحرک",
};
}