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', ]; }