mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 23:52:49 +08:00
修正socket日志驱动
This commit is contained in:
@@ -136,7 +136,7 @@ class Socket
|
|||||||
$this->send($this->config['host'], $msg, $address);
|
$this->send($this->config['host'], $msg, $address);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static function check()
|
protected function check()
|
||||||
{
|
{
|
||||||
if (!$this->config['enable']) {
|
if (!$this->config['enable']) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user