mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进Request类的create方法
This commit is contained in:
@@ -191,7 +191,8 @@ class Request
|
||||
$options['cookie'] = $cookie;
|
||||
$options['file'] = $files;
|
||||
$options['server'] = $server;
|
||||
return new self($options);
|
||||
self::$instance = new self($options);
|
||||
return self::$instance;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user