Sending e-mails and settings on Team.

This commit is contained in:
Joao Patricio
2023-05-25 17:27:52 +01:00
parent aea6bced69
commit f23a760aac
23 changed files with 344 additions and 267 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Notifications\Channels;
interface SendsDiscord
{
public function routeNotificationForDiscord();
}