codes.txt

This commit is contained in:
Mekan1206
2026-06-03 21:24:00 +05:00
parent c74330cfaf
commit fa3202288f
9 changed files with 341 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ class CouponFactory extends Factory
{
return [
'phone' => '6'.fake()->unique()->numerify('#######'),
'code' => random_int(1, 9).'_'.Str::upper(Str::random(4)),
'code' => 'TEST_'.Str::upper(Str::random(8)),
];
}
}