New apps, version and all notification count and read issue solved. #2yrpaz9
This commit is contained in:
@ -65,7 +65,8 @@ class ShowInNotifications
|
||||
$new->notifiable_id = user()->id;
|
||||
$new->data = [
|
||||
'title' => $new_app->name,
|
||||
'description' => $new_app->alias,
|
||||
'description' => '', // $new_app->message,
|
||||
'alias' => $new_app->alias,
|
||||
];
|
||||
$new->created_at = $new_app->started_at->date;
|
||||
|
||||
|
Reference in New Issue
Block a user