close #2431 Fixed: Notification generate signed url broken (#2za2u9y , #2za30n8)

This commit is contained in:
Cüneyt Şentürk
2022-06-07 12:21:04 +03:00
parent 7359e246c3
commit d1f987c720
6 changed files with 19 additions and 0 deletions

View File

@ -54,6 +54,8 @@ class Bill extends Notification
*/
public function toArray($notifiable): array
{
$this->initArrayMessage();
return [
'template_alias' => $this->template->alias,
'title' => trans('notifications.menu.' . $this->template->alias . '.title'),