Giant Update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\Notification\Contracts;
|
||||
|
||||
use App\Models\NotificationDelivery;
|
||||
|
||||
interface NotificationChannelAdapter
|
||||
{
|
||||
public function send(NotificationDelivery $delivery): array;
|
||||
}
|
||||
Reference in New Issue
Block a user