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