forked from Alex/Pterodactyl-Panel
user: yeet remaining name_* fields
This commit is contained in:
parent
833b47abc5
commit
4d77d486ec
@ -28,8 +28,6 @@ class UserFactory extends Factory
|
||||
'uuid' => Uuid::uuid4()->toString(),
|
||||
'username' => $this->faker->unique()->userName,
|
||||
'email' => $this->faker->unique()->safeEmail,
|
||||
'name_first' => $this->faker->firstName,
|
||||
'name_last' => $this->faker->lastName,
|
||||
'password' => $password ?: $password = bcrypt('password'),
|
||||
'language' => 'en',
|
||||
'root_admin' => false,
|
||||
|
Loading…
Reference in New Issue
Block a user