version notification message issue..

This commit is contained in:
Cüneyt Şentürk
2022-11-22 17:40:44 +03:00
parent b2f45a9c9a
commit 190e18712f
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ class ShowInNotifications
$new->notifiable_id = user()->id;
$new->data = [
'title' => $name . ' (v' . $update . ')',
'description' => '<a href="' . route('updates.index') . '">' . trans('install.update.' . $prefix, ['module' => $name]) . '</a>',
'description' => trans('install.update.' . $prefix, ['module' => $name, 'url' => route('updates.index')]),
];
$new->created_at = \Carbon\Carbon::now();