mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 07:52:34 +00:00
fix notifications (#109)
This commit is contained in:
@ -8,7 +8,7 @@ interface Notification
|
||||
{
|
||||
public function rawText(): string;
|
||||
|
||||
public function toMail(object $notifiable): MailMessage;
|
||||
public function toEmail(object $notifiable): MailMessage;
|
||||
|
||||
public function toSlack(object $notifiable): string;
|
||||
|
||||
|
Reference in New Issue
Block a user