mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-07 20:52:10 +00:00
Sending e-mails and settings on Team.
This commit is contained in:
8
app/Notifications/Channels/SendsCoolifyEmail.php
Normal file
8
app/Notifications/Channels/SendsCoolifyEmail.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Notifications\Channels;
|
||||
|
||||
interface SendsCoolifyEmail
|
||||
{
|
||||
public function routeNotificationForCoolifyEmail();
|
||||
}
|
||||
Reference in New Issue
Block a user