优化catchConsole代码

This commit is contained in:
JaguarJack
2020-07-19 10:06:08 +08:00
parent 2757873ef2
commit 027ba1acdb
4 changed files with 103 additions and 11 deletions

View File

@@ -21,8 +21,5 @@ use think\Facade;
*/
class Http extends Facade
{
protected static function getFacadeClass()
{
return \catcher\library\client\Http::class;
}
protected static $alwaysNewInstance = \catcher\library\client\Http::class;
}