push 모듈 중간 커밋

This commit is contained in:
choyeon 2020-06-19 16:01:30 +09:00
parent 2b961a2e8a
commit 4dcb8d741b
5 changed files with 162 additions and 14 deletions

View file

@ -85,9 +85,10 @@ abstract class Base implements \Rhymix\Framework\Drivers\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
{
return false;
}