mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-28 16:54:16 +00:00
make all test pass
updated seeder to be informative fix seeder error on test
This commit is contained in:
@@ -21,6 +21,6 @@ $factory->define(App\User::class, function (Faker $faker) {
|
||||
'email' => $faker->unique()->safeEmail,
|
||||
'password' => $password ?: $password = bcrypt('secret'),
|
||||
'remember_token' => str_random(10),
|
||||
'marking' => $faker->name,
|
||||
'marking' => $faker->name,
|
||||
];
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user