From 87bdade8ad1a1d1117412535df8de2e531f8a7b3 Mon Sep 17 00:00:00 2001 From: rabol Date: Tue, 23 Feb 2021 13:26:36 +0000 Subject: [PATCH] Fix styling --- src/Models/SimpleSubscriptionPlan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Models/SimpleSubscriptionPlan.php b/src/Models/SimpleSubscriptionPlan.php index 5457d39..796c608 100644 --- a/src/Models/SimpleSubscriptionPlan.php +++ b/src/Models/SimpleSubscriptionPlan.php @@ -29,7 +29,7 @@ class SimpleSubscriptionPlan extends Model 'prorate_extend_due', 'active_subscribers_limit', 'sort_order', - 'plan_type' + 'plan_type', ]; protected $casts = [