create new options for mission

This commit is contained in:
2025-07-12 16:32:50 +03:30
parent 87f32ef948
commit 71f72e1357
4 changed files with 12 additions and 16 deletions

View File

@@ -2,11 +2,11 @@
namespace App\Enums;
enum CategoryTypeMission: int
enum MissionCategory: int
{
case FALETE_ROZANEH= 0;
case GASHTEH_RAHDARY = 1;
case VAKONESH_SARE = 2;
case ROAD_ITEM= 0;
case ROAD_PATROL = 1;
case ROAD_OBSERVATION = 2;
public static function name(int $state): string