New apps, version and all notification count and read issue solved. #2yrpaz9

This commit is contained in:
Cüneyt Şentürk
2022-06-10 11:14:18 +03:00
parent 2f99a5e5a0
commit 00f2a607e6
5 changed files with 69 additions and 24 deletions

View File

@ -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;