Restricted data sent by jestream; Fixed profile picture

This commit is contained in:
Constantin Graf
2024-04-18 16:08:36 +02:00
committed by Constantin Graf
parent 1ee3a3072a
commit a36f33dfa7
5 changed files with 133 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ class ProjectMemberFactory extends Factory
public function definition(): array
{
return [
'billable_rate' => $this->faker->numberBetween(50, 1000) * 100,
'billable_rate' => $this->faker->numberBetween(10, 10000) * 100,
'project_id' => Project::factory(),
'user_id' => User::factory(),
];