Reservations
This commit is contained in:
@ -14,4 +14,8 @@ enum Type: int
|
||||
'description' => $this->name
|
||||
];
|
||||
}
|
||||
public static function getTypes(): array
|
||||
{
|
||||
return [self::ACTIVE->value, self::INACTIVE->value, self::REJECTED->value];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user