Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Update plan-combination-model.md (#124)
Browse files Browse the repository at this point in the history
Fix text
  • Loading branch information
serdartaylan authored Jun 7, 2022
1 parent 121e9da commit f02a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v6.x/models/plan-combination-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Bpuig\Subby\Models\PlanCombination;
$plan = Plan::getByTag('basic');

$plan->combinations()->create([
'tag' => 'basic-es-eur-1-year'
'tag' => 'basic-es-eur-1-year',
'country' => 'ESP',
'currency' => 'EUR',
'price' => 99.99,
Expand Down

0 comments on commit f02a175

Please sign in to comment.