diff --git a/app/Models/Subscriptions.php b/app/Models/Subscriptions.php index 2acea0e..bdd96eb 100644 --- a/app/Models/Subscriptions.php +++ b/app/Models/Subscriptions.php @@ -18,30 +18,6 @@ class Subscriptions extends Model } - protected $fillable = [ - 'id', - 'subscription_product_xid', - 'iam_principal_xid', - 'amount', - 'stripe_customer_id', - 'payment_intent_id', - 'payment_intent_client_secret', - 'subscription_id', - 'subscription_status', - 'current_period_start', - 'current_period_end', - 'status', - 'next_payment_date', - 'is_cancelled_subscription', - 'cancelled_at', - 'is_active', - 'deleted_at', - 'created_by', - 'modified_by', - 'created_at', - 'updated_at' - ]; - public function iamPrincipal() {