Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyfero committed Mar 4, 2024
1 parent 34c985c commit d778b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/factories/ProductFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function bundle(): self

public function subscription(): self
{
$hasTrial = true;
$hasTrial = $this->faker->boolean;

return $this->state([
'type' => ProductType::SUBSCRIPTION,
Expand Down

0 comments on commit d778b62

Please sign in to comment.