More codestandards.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
8
src/Notification/NotificationInterface.php
Normal file
8
src/Notification/NotificationInterface.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Notification;
|
||||
|
||||
interface NotificationInterface
|
||||
{
|
||||
public function send(string $title, string $message): void;
|
||||
}
|
Reference in New Issue
Block a user