Commit 7932d5be by feixiang

消息通知扩展参数修改

parent 7dad7f3c
...@@ -22,11 +22,11 @@ class NoticeExtension ...@@ -22,11 +22,11 @@ class NoticeExtension
/** /**
* 发送消息通知 * 发送消息通知
* *
* @param array $sendTime * @param $sendTime
* @param mixed ...$senders * @param mixed ...$senders
* @return bool|mixed * @return bool|mixed
*/ */
public function send(array $sendTime, ... $senders) public function send($sendTime, ... $senders)
{ {
$data = []; $data = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment