Notification Date Fix
This commit is contained in:
parent
c381261a01
commit
c68c051777
@ -37,7 +37,7 @@ class NotificationManager
|
||||
|
||||
$notification = new Notification($serverKey);
|
||||
$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();
|
||||
$notification = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user