Skip to content

Commit 789e3e4

Browse files
committed
updated message text for testing
1 parent 077c329 commit 789e3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Lio/Notifications/NotificationCreator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public function __construct(NotificationRepository $notifications, NotificationP
1212

1313
public function create($message, $model, $user, $push = false)
1414
{
15-
16-
$message = "New reply to your thread: {$model->title}";
15+
// Temp
16+
$message = "New reply to your thread: {$model->title} by {$model->author->name}";
1717

1818
$notification = $this->notifications->getNew();
1919
$notification->message = $message;

0 commit comments

Comments
 (0)