NOtification Date Fix

This commit is contained in:
JonatanRek 2020-05-20 09:14:15 +02:00
parent 4fbbf5acbf
commit b036adf206
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Notification
}
$this->jsonPayload["data"]["notification"]["title"] = $title;
$this->jsonPayload["data"]["notification"]["body"] = date("h:i") . " - " . $body;
$this->jsonPayload["data"]["notification"]["body"] = $body;
$this->jsonPayload["data"]["notification"]["icon"] = $icon;
$this->jsonPayload["data"]["notification"]["click_action"] = $action;
}