Skip to content

Commit e698cd6

Browse files
author
ahmadhuss
committed
refactor: CategoryFactory has been modified
1 parent 7f5f1b6 commit e698cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/factories/CategoryFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CategoryFactory extends Factory
2222
public function definition()
2323
{
2424
return [
25-
'name' => $this->faker->name()
25+
'name' => $this->faker->word()
2626
];
2727
}
2828
}

0 commit comments

Comments
 (0)