More tests
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-08-14 14:24:19 +00:00
parent 1d94738b04
commit 31891f3e53
4 changed files with 71 additions and 29 deletions

View File

@@ -6,5 +6,6 @@ namespace App\Notification;
interface NotificationInterface
{
static function factory(array $config): self;
public function send(string $title, string $message): void;
}