From f33ba40478043e69da767146dfcdbab1dc5ebc0f Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 9 Oct 2023 14:48:51 +0200 Subject: [PATCH] fix help --- bootstrap/helpers/subscriptions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap/helpers/subscriptions.php b/bootstrap/helpers/subscriptions.php index cd1f79fb4..3369776f0 100644 --- a/bootstrap/helpers/subscriptions.php +++ b/bootstrap/helpers/subscriptions.php @@ -129,6 +129,7 @@ function allowedPathsForUnsubscribedAccounts() 'livewire/message/check-license', 'livewire/message/switch-team', 'livewire/message/subscription.pricing-plans', + 'livewire/message/help' ]; } function allowedPathsForBoardingAccounts() @@ -145,5 +146,6 @@ function allowedPathsForInvalidAccounts() { 'logout', 'verify', 'livewire/message/verify-email', + 'livewire/message/help' ]; }