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