Skip to content

Commit

Permalink
added user id
Browse files Browse the repository at this point in the history
  • Loading branch information
199ocero committed Jun 2, 2024
1 parent 612a6fe commit 5fbf1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/factories/TeamFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ class TeamFactory extends Factory
public function definition(): array
{
return [
'user_id' => 1,
'name' => fake()->text(50),
'slug' => fake()->text(50),
'timezone' => fake()->text(50),

];
}
}

0 comments on commit 5fbf1bf

Please sign in to comment.