Added anonymous/private logic
This commit is contained in:
@ -6,5 +6,5 @@ interface SubscriberInterface
|
||||
{
|
||||
public function deliver(Message $message): void;
|
||||
|
||||
public function isAuthorized(string $topics): bool;
|
||||
public function isAuthorized(): bool;
|
||||
}
|
Reference in New Issue
Block a user