Skip to content

Commit 1506a53

Browse files
committed
[Tests] Remove deprecation messages in tests
1 parent 8ab1f92 commit 1506a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/database/factories/PostFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function definition()
3939
{
4040
return [
4141
'content' => $this->faker->paragraphs(3, true),
42-
'slug' => $this->faker->unique()->slug,
42+
'slug' => $this->faker->unique()->slug(),
4343
'title' => $this->faker->words(5, true),
4444
];
4545
}

0 commit comments

Comments
 (0)