From 353b6621a37fecc947204e2ab7e31633490b849c Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 3 Jul 2016 22:20:38 +0800 Subject: [PATCH] =?UTF-8?q?socket=20trace=E9=A9=B1=E5=8A=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/console/command/Make.php | 2 +- library/think/debug/Socket.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/think/console/command/Make.php b/library/think/console/command/Make.php index 223e3874..362bae23 100644 --- a/library/think/console/command/Make.php +++ b/library/think/console/command/Make.php @@ -102,7 +102,7 @@ class Make extends Command $extend = '\\think\\Model'; break; case 'validate': - $extend = '\\think\Validate'; + $extend = '\\think\\Validate'; break; case 'controller': default: diff --git a/library/think/debug/Socket.php b/library/think/debug/Socket.php index 27346568..9b114301 100644 --- a/library/think/debug/Socket.php +++ b/library/think/debug/Socket.php @@ -113,7 +113,7 @@ class Socket if ($this->config['show_included_files']) { $trace[] = [ 'type' => 'groupCollapsed', - 'msg' => 'included_files', + 'msg' => '[ file ]', 'css' => '', ]; $trace[] = [