From 7ec560d4a219edab1a4e35f30f279f7ba4358373 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 30 Aug 2023 18:36:06 +0200 Subject: [PATCH] update --- bootstrap/helpers/subscriptions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/helpers/subscriptions.php b/bootstrap/helpers/subscriptions.php index b02d56497..4ca32acae 100644 --- a/bootstrap/helpers/subscriptions.php +++ b/bootstrap/helpers/subscriptions.php @@ -132,7 +132,6 @@ function allowedPathsForBoardingAccounts() return [ ...allowedPathsForUnsubscribedAccounts(), 'boarding', - 'livewire/message/boarding', 'livewire/message/boarding.index', ]; }