coolify/app/Notifications/Channels/SendsEmail.php
Andras Bacsai 7e4b1a8f8f refactor
2023-07-28 10:55:26 +02:00

8 lines
120 B
PHP

<?php
namespace App\Notifications\Channels;
interface SendsEmail
{
public function getRecepients($notification);
}