We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab1f92 commit 1506a53Copy full SHA for 1506a53
tests/database/factories/PostFactory.php
@@ -39,7 +39,7 @@ public function definition()
39
{
40
return [
41
'content' => $this->faker->paragraphs(3, true),
42
- 'slug' => $this->faker->unique()->slug,
+ 'slug' => $this->faker->unique()->slug(),
43
'title' => $this->faker->words(5, true),
44
];
45
}
0 commit comments