1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Change date format

This commit is contained in:
Hillel Coren 2017-12-10 14:01:18 +02:00
parent c4c5de2ae7
commit 1bbd36232c

View File

@ -158,7 +158,7 @@ class HomeController extends BaseController
} else {
$subject .= 'Self-Host';
}
$subject .= ' | ' . date('r');
$subject .= ' | ' . date('M jS, h:ia');
$message->to(env('CONTACT_EMAIL', 'contact@invoiceninja.com'))
->from(CONTACT_EMAIL, Auth::user()->present()->fullName)
->replyTo(Auth::user()->email, Auth::user()->present()->fullName)