socket trace驱动修改

This commit is contained in:
thinkphp
2016-07-03 22:20:38 +08:00
parent 6d0a7c059e
commit 353b6621a3
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ class Make extends Command
$extend = '\\think\\Model';
break;
case 'validate':
$extend = '\\think\Validate';
$extend = '\\think\\Validate';
break;
case 'controller':
default: