Fixes for support messages
This commit is contained in:
parent
2cdc33149b
commit
316daa166e
1 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ use Illuminate\Mail\Mailable;
|
|||
use Illuminate\Queue\SerializesModels;
|
||||
use LimitIterator;
|
||||
use SplFileObject;
|
||||
use Illuminate\Support\Carbon;
|
||||
|
||||
class SupportMessageSent extends Mailable
|
||||
{
|
||||
|
|
@ -73,7 +74,7 @@ class SupportMessageSent extends Mailable
|
|||
$plan_status = '';
|
||||
|
||||
if(Carbon::parse($account->plan_expires)->lt(now()))
|
||||
$plan_status = 'Plan Expired';
|
||||
$plan_status = 'Plan Expired :: ';
|
||||
|
||||
if (Ninja::isHosted()) {
|
||||
$subject = "{$priority}Hosted-{$db}-{$is_large}{$platform}{$migrated}{$trial} :: {$plan} :: {$plan_status} ".date('M jS, g:ia');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue