v0.1.10
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace kernel\modules\notification\contracts;
|
||||
|
||||
|
||||
use kernel\modules\notification\models\User;
|
||||
|
||||
interface NotificationChannelInterface
|
||||
{
|
||||
public function send(NotificationMessage $notification, User $user): bool;
|
||||
}
|
Reference in New Issue
Block a user