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