Notification Date Fix

This commit is contained in:
JonatanRek 2020-05-20 09:13:17 +02:00
parent c381261a01
commit c68c051777
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class NotificationManager
$notification = new Notification($serverKey); $notification = new Notification($serverKey);
$notification->to($to); $notification->to($to);
$notification->notification($data['title'], date("h:i") . " - " . $data['body'], $data['icon'], ''); $notification->notification($data['title'], $data['body'], $data['icon'], '');
$answer = $notification->send(); $answer = $notification->send();
$notification = null; $notification = null;