RSM-38 Added Discord Routing for relevant notifications

This commit is contained in:
2020-10-10 00:39:53 +01:00
parent 2a43e213f9
commit 82123b1c26
9 changed files with 90 additions and 16 deletions

View File

@@ -21,7 +21,8 @@ class NewComment extends Notification implements ShouldQueue
/**
* Create a new notification instance.
*
* @return void
* @param Comment $comment
* @param Application $application
*/
public function __construct(Comment $comment, Application $application)
{