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

@@ -5,7 +5,7 @@ namespace App\Enums;
enum MissionViolationStatus: int
{
case BEDON_EGHDAM = 0;
case EGHDAM_SHODE = 2;
case EGHDAM_SHODE = 1;
public function label(): string
{

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 => "عدم تحرک",
};
}