mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
a lot hehe
This commit is contained in:
8
app/Notifications/Channels/SendsEmail.php
Normal file
8
app/Notifications/Channels/SendsEmail.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Notifications\Channels;
|
||||
|
||||
interface SendsEmail
|
||||
{
|
||||
public function routeNotificationForEmail();
|
||||
}
|
||||
Reference in New Issue
Block a user