This commit is contained in:
@@ -6,5 +6,6 @@ namespace App\Notification;
|
||||
|
||||
interface NotificationInterface
|
||||
{
|
||||
static function factory(array $config): self;
|
||||
public function send(string $title, string $message): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user