create no process
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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 => "عدم تحرک",
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user