wip
This commit is contained in:
@@ -29,7 +29,7 @@ class DiscordNotifications extends Component
|
||||
}
|
||||
public function sentTestMessage()
|
||||
{
|
||||
// @TODO figure out how to do it in runtime
|
||||
Notification::send(auth()->user(), new TestMessage);
|
||||
}
|
||||
public function render()
|
||||
{
|
||||
|
||||
@@ -40,7 +40,7 @@ class EmailNotifications extends Component
|
||||
}
|
||||
public function sentTestMessage()
|
||||
{
|
||||
Notification::send(auth()->user(), new TestMessage);
|
||||
|
||||
}
|
||||
public function render()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user