Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-introini committed Dec 17, 2023
1 parent 0869f9f commit db39c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/factories/ActivityFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function definition(): array
{
return [
'user_id' => User::inRandomOrder()->first()->id ?? User::factory()->create()->id,
'log_message' => $this->faker->paragraph(),
'log_message' => $this->faker->paragraph(5),
'created_at' => Carbon::now(),
'updated_at' => Carbon::now(),
];
Expand Down

0 comments on commit db39c02

Please sign in to comment.