stub OCA\NotifyPush\Queue\IQueue
Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
@@ -661,3 +661,16 @@ namespace OC\Files\Storage\Wrapper{
|
||||
public function getQuota() {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
namespace OCA\NotifyPush\Queue {
|
||||
|
||||
interface IQueue {
|
||||
/**
|
||||
* @param string $channel
|
||||
* @param mixed $message
|
||||
* @return void
|
||||
*/
|
||||
public function push(string $channel, $message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user