Skip to content

Commit

Permalink
fix: category seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Feb 19, 2023
1 parent 0ab370f commit ed5689d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/database/factories/CategoryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class CategoryFactory extends Factory
public function definition()
{
return [
'user_id' => 1,
'category' => $this->faker->word(),
];
}
Expand Down

0 comments on commit ed5689d

Please sign in to comment.