Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 31, 2024
1 parent 1a12e39 commit c861e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Factories/CategoryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function definition(): array
'name' => $this->faker->sentence(2),
'description' => $this->faker->paragraph(),
'priority' => $this->faker->randomDigit(),
'status' => $this->faker->boolean(),
'status' => 1,
];
}
}

0 comments on commit c861e4e

Please sign in to comment.