Skip to content

Commit

Permalink
Merge #10
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed Aug 9, 2018
1 parent a491b02 commit 7af238e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Models/PlanSubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ class PlanSubscription extends Model
'trial_ends_at',
'starts_at',
'ends_at',
'canceled_at'
'canceled_at',
'plan_id',
];

/**
Expand Down

0 comments on commit 7af238e

Please sign in to comment.