http客户端新增属性
This commit is contained in:
parent
263c036e49
commit
8d21dc8acc
@ -21,5 +21,10 @@ use think\Facade;
|
||||
*/
|
||||
class Http extends Facade
|
||||
{
|
||||
protected static $alwaysNewInstance = \catcher\library\client\Http::class;
|
||||
protected static $alwaysNewInstance = true;
|
||||
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return \catcher\library\client\Http::class;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user