mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正socket驱动
This commit is contained in:
@@ -85,7 +85,7 @@ class Socket
|
||||
'css' => $this->css['page'],
|
||||
];
|
||||
|
||||
foreach ($logs as $type => $val) {
|
||||
foreach ($log as $type => $val) {
|
||||
$trace[] = [
|
||||
'type' => 'groupCollapsed',
|
||||
'msg' => '[ ' . $type . ' ]',
|
||||
@@ -226,7 +226,7 @@ class Socket
|
||||
}
|
||||
|
||||
/**
|
||||
* @param null $host - $host of socket server
|
||||
* @param string $host - $host of socket server
|
||||
* @param string $message - 发送的消息
|
||||
* @param string $address - 地址
|
||||
* @return bool
|
||||
|
||||
Reference in New Issue
Block a user