add fake data
This commit is contained in:
@@ -4,9 +4,11 @@ namespace App\Enums;
|
||||
|
||||
enum PeopleMessageActions: int
|
||||
{
|
||||
case x = 1;
|
||||
case y = 2;
|
||||
case z = 3;
|
||||
case ADAM_NIAZ_BE_SABT_MOSHKEL_RAH = 1;
|
||||
case ADAM_NIAZ_BE_SABT_MOSHKEL_HAML_NAGHL = 2;
|
||||
case ADAM_NIAZ_BE_SABT_MOSHKEL_AVAREZI = 3;
|
||||
case SABT_SAVANEH_MOSHKEL_RAH = 4;
|
||||
case SABT_SAVANEH_MOSHKEL_HAML_NAGHL = 5;
|
||||
|
||||
public static function name(int $state): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user