diff --git a/app/models/managers/NotificationManager.php b/app/models/managers/NotificationManager.php index e444114..ba868b3 100644 --- a/app/models/managers/NotificationManager.php +++ b/app/models/managers/NotificationManager.php @@ -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; }