This commit is contained in:
@@ -11,5 +11,8 @@ interface NotificationInterface
|
||||
*/
|
||||
public static function factory(array $config): self;
|
||||
|
||||
/**
|
||||
* @throw Exception on error.
|
||||
*/
|
||||
public function send(string $title, string $message): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user