mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-09-01 02:34:13 +00:00
fix marking factory to make marking capital letter
This commit is contained in:
@@ -5,6 +5,6 @@ use Faker\Generator as Faker;
|
||||
$factory->define(App\Marking::class, function (Faker $faker) {
|
||||
return [
|
||||
'email' => $faker->unique()->safeEmail,
|
||||
'marking' => str_random(10)
|
||||
'marking' => strtoupper(str_random(5))
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user