mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 15:13:29 +01:00
Change date format
This commit is contained in:
parent
c4c5de2ae7
commit
1bbd36232c
@ -158,7 +158,7 @@ class HomeController extends BaseController
|
|||||||
} else {
|
} else {
|
||||||
$subject .= 'Self-Host';
|
$subject .= 'Self-Host';
|
||||||
}
|
}
|
||||||
$subject .= ' | ' . date('r');
|
$subject .= ' | ' . date('M jS, h:ia');
|
||||||
$message->to(env('CONTACT_EMAIL', 'contact@invoiceninja.com'))
|
$message->to(env('CONTACT_EMAIL', 'contact@invoiceninja.com'))
|
||||||
->from(CONTACT_EMAIL, Auth::user()->present()->fullName)
|
->from(CONTACT_EMAIL, Auth::user()->present()->fullName)
|
||||||
->replyTo(Auth::user()->email, Auth::user()->present()->fullName)
|
->replyTo(Auth::user()->email, Auth::user()->present()->fullName)
|
||||||
|
Loading…
Reference in New Issue
Block a user