Sort of working beta
This commit is contained in:
7
app/Notification/NotificationProvider.php
Normal file
7
app/Notification/NotificationProvider.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Notification;
|
||||
|
||||
abstract class NotificationProvider {
|
||||
abstract public static function send(Notification $notification): void;
|
||||
}
|
Reference in New Issue
Block a user