Commit 7932d5be by feixiang

消息通知扩展参数修改

parent 7dad7f3c
......@@ -22,11 +22,11 @@ class NoticeExtension
/**
* 发送消息通知
*
* @param array $sendTime
* @param $sendTime
* @param mixed ...$senders
* @return bool|mixed
*/
public function send(array $sendTime, ... $senders)
public function send($sendTime, ... $senders)
{
$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