This commit is contained in:
hackerESQ
2025-01-27 20:04:03 -06:00
parent 32bf256c84
commit ea22c27710
13 changed files with 569 additions and 81 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class PortfolioFactory extends Factory
public function definition(): array
{
return [
'title' => $this->faker->word,
'title' => $this->faker->words(4, true),
'created_at' => now(),
'updated_at' => now(),
];