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[] = [