mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 01:42:14 +09:00
push 모듈 중간 커밋
This commit is contained in:
parent
2b961a2e8a
commit
4dcb8d741b
5 changed files with 162 additions and 14 deletions
|
|
@ -51,7 +51,8 @@ interface PushInterface
|
|||
* This method returns true on success and false on failure.
|
||||
*
|
||||
* @param object $message
|
||||
* @param array $tokens
|
||||
* @return bool
|
||||
*/
|
||||
public function send(\Rhymix\Framework\Push $message): bool;
|
||||
public function send(\Rhymix\Framework\Push $message, array $tokens): bool;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue