Skip to content

Commit

Permalink
fix: Forgot to remove in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmellor committed Oct 24, 2022
1 parent ce3669c commit 3025e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/factories/FakeUserFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class FakeUserFactory extends Factory
public function definition(): array
{
return [
'username' => fake()->userName,
'password' => fake()->password,
'username' => 'Chris',
'password' => 'password',
];
}
}

0 comments on commit 3025e36

Please sign in to comment.