diff --git a/bootstrap/helpers/subscriptions.php b/bootstrap/helpers/subscriptions.php index 7eda74051..ae3506782 100644 --- a/bootstrap/helpers/subscriptions.php +++ b/bootstrap/helpers/subscriptions.php @@ -47,9 +47,6 @@ function getEndDate() function isSubscriptionActive() { - if (auth()->user()->isAdminFromSession()) { - return true; - } if (!isCloud()) { return false; }