Support messages

This commit is contained in:
David Bomba 2021-08-16 14:34:51 +10:00
parent 92d91904d2
commit 74427d6860

View File

@ -53,7 +53,7 @@ class SupportMessageSent extends Mailable
$account = auth()->user()->account; $account = auth()->user()->account;
$priority = ''; $priority = '';
$plan = $account->plan ?: ''; $plan = $account->plan ?: 'customer support';
$plan = ucfirst($plan); $plan = ucfirst($plan);
if(strlen($plan) >1) if(strlen($plan) >1)