close #2431 Fixed: Notification generate signed url broken (#2za2u9y , #2za30n8)
This commit is contained in:
@ -78,6 +78,8 @@ class Invoice extends Notification
|
||||
*/
|
||||
public function toArray($notifiable): array
|
||||
{
|
||||
$this->initArrayMessage();
|
||||
|
||||
return [
|
||||
'template_alias' => $this->template->alias,
|
||||
'title' => trans('notifications.menu.' . $this->template->alias . '.title'),
|
||||
|
Reference in New Issue
Block a user