From cbe9889d55023a03be415b67ff0b51e7dbaaf49d Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 3 Jul 2016 17:17:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3socket=20trace=E9=A9=B1?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/debug/Socket.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/think/debug/Socket.php b/library/think/debug/Socket.php index fb787e19..27346568 100644 --- a/library/think/debug/Socket.php +++ b/library/think/debug/Socket.php @@ -11,6 +11,8 @@ namespace think\debug; +use think\Response; + /** * github: https://github.com/luofei614/SocketLog * @author luofei614