mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-01 04:47:03 +00:00
(remove unused User field)
This commit is contained in:
@@ -18,7 +18,6 @@ $factory->define(App\User::class, function (Faker\Generator $faker) {
|
||||
static $password;
|
||||
|
||||
return [
|
||||
'name' => $faker->name,
|
||||
'email' => $faker->unique()->safeEmail,
|
||||
'password' => $password ?: $password = bcrypt('secret'),
|
||||
'remember_token' => str_random(10),
|
||||
|
||||
Reference in New Issue
Block a user