内核更新
bug修复
This commit is contained in:
@@ -403,4 +403,9 @@ class File extends SplFileObject
|
||||
{
|
||||
return $this->error;
|
||||
}
|
||||
|
||||
public function __call($method, $args)
|
||||
{
|
||||
return $this->hash($method);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user