From c279cf013ee3bee96bbac198c8d64ff463f7dc13 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 1 Apr 2021 07:04:53 +1100 Subject: [PATCH] add per_seat_enabled to fillable --- app/Models/Subscription.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Subscription.php b/app/Models/Subscription.php index 3b7beb19d156..d0778797c9e9 100644 --- a/app/Models/Subscription.php +++ b/app/Models/Subscription.php @@ -29,7 +29,7 @@ class Subscription extends BaseModel 'promo_discount', 'is_amount_discount', 'allow_cancellation', - 'per_set_enabled', + 'per_seat_enabled', 'min_seats_limit', 'max_seats_limit', 'trial_enabled',