add fake data

This commit is contained in:
2025-08-05 14:03:46 +03:30
parent 0c54404d32
commit 8c64f02eac
10 changed files with 47 additions and 11 deletions

View File

@@ -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
{