fix: sub type
This commit is contained in:
parent
9baf0161c7
commit
d0cd926517
@ -30,7 +30,7 @@ class Help extends Component
|
|||||||
try {
|
try {
|
||||||
$this->rateLimit(1, 60);
|
$this->rateLimit(1, 60);
|
||||||
$this->validate();
|
$this->validate();
|
||||||
$subscriptionType = auth()->user()?->subscription?->type();
|
$subscriptionType = auth()->user()?->subscription?->type() ?? 'Free';
|
||||||
$debug = "Route: {$this->path}";
|
$debug = "Route: {$this->path}";
|
||||||
$mail = new MailMessage();
|
$mail = new MailMessage();
|
||||||
$mail->view(
|
$mail->view(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user