Sending e-mails and settings on Team.

This commit is contained in:
Joao Patricio
2023-05-25 17:44:24 +01:00
parent af9240240d
commit 18c69d731c
3 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ class DiscordSettings extends Component
session(['currentTeam' => $this->model]);
}
}
public function sentTestMessage()
public function sendTestNotification()
{
Notification::send($this->model, new DemoNotification);
}