This commit is contained in:
Hillel Coren 2018-02-16 11:55:34 +02:00
parent 35656ae96b
commit 9ae464cbb6

View File

@ -161,7 +161,7 @@ class HomeController extends BaseController
} }
$subject .= '] '; $subject .= '] ';
} else { } else {
$subject .= 'Self-Host | '; $subject .= 'Self-Host] | ';
} }
$subject .= date('M jS, g:ia'); $subject .= date('M jS, g:ia');
$message->to(env('CONTACT_EMAIL', 'contact@invoiceninja.com')) $message->to(env('CONTACT_EMAIL', 'contact@invoiceninja.com'))