Skip to content

Commit

Permalink
Improve typing on user factory
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon committed Feb 9, 2022
1 parent 5901059 commit 6479a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/factories/UserFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class UserFactory extends Factory
/**
* Define the model's default state.
*
* @return array
* @return array<string, mixed>
*/
public function definition()
{
Expand All @@ -29,7 +29,7 @@ public function definition()
/**
* Indicate that the model's email address should be unverified.
*
* @return \Illuminate\Database\Eloquent\Factories\Factory
* @return static
*/
public function unverified()
{
Expand Down

0 comments on commit 6479a60

Please sign in to comment.