This commit is contained in:
Joao Patricio
2023-05-23 12:32:11 +01:00
parent 13fda50aac
commit aea6bced69
9 changed files with 92 additions and 13 deletions

View File

@@ -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()
{

View File

@@ -40,7 +40,7 @@ class EmailNotifications extends Component
}
public function sentTestMessage()
{
Notification::send(auth()->user(), new TestMessage);
}
public function render()
{