From ddb7af63a65e64ce39aeba76dcd4c1561c2d42a0 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 14 Sep 2023 20:39:33 +0200 Subject: [PATCH] fix --- bootstrap/helpers/subscriptions.php | 3 --- 1 file changed, 3 deletions(-) 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; }