Change date format
This commit is contained in:
parent
2f83c8f053
commit
d708ec4aee
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue