mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Support messages
This commit is contained in:
parent
92d91904d2
commit
74427d6860
@ -53,7 +53,7 @@ class SupportMessageSent extends Mailable
|
||||
$account = auth()->user()->account;
|
||||
|
||||
$priority = '';
|
||||
$plan = $account->plan ?: '';
|
||||
$plan = $account->plan ?: 'customer support';
|
||||
$plan = ucfirst($plan);
|
||||
|
||||
if(strlen($plan) >1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user