Skip to content

Commit

Permalink
solved the testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
payal-canyon committed Oct 10, 2024
1 parent 37b2406 commit c4e0d91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function definition(): array
{
return [
'name' => $this->faker->word(),
'slug' => fake()->slug(),
'slug' => $this->faker->slug(),
];
}
}

0 comments on commit c4e0d91

Please sign in to comment.