user: yeet remaining name_* fields

This commit is contained in:
Matthew Penner 2021-08-02 22:10:53 -06:00
parent 833b47abc5
commit 4d77d486ec

View File

@ -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,