Format dates in notifications

This commit is contained in:
Burak Çakırel
2020-02-01 00:14:36 +03:00
parent 7d1a164c79
commit d8e2df004d
3 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ class Bill extends Notification
return [
$this->bill->bill_number,
money($this->bill->amount, $this->bill->currency_code, true),
$this->bill->due_at,
company_date($this->bill->due_at),
route('bills.show', $this->bill->id),
$this->bill->contact_name,
$this->bill->company->name