comment : send notification only to project managers
This commit is contained in:
parent
4f60dc91d3
commit
14321b1e8d
8 changed files with 41 additions and 137 deletions
|
|
@ -40,7 +40,7 @@ return [
|
|||
'comments' => $comments
|
||||
]);
|
||||
|
||||
$user->sendNotification($newReply);
|
||||
$user->sendNotification($page->parent()->uri(), $newReply->toArray());
|
||||
|
||||
return getFileData($newFile);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue