fix: 上传TP框架
This commit is contained in:
10
thinkphp/library/think/console/command/make/stubs/model.stub
Normal file
10
thinkphp/library/think/console/command/make/stubs/model.stub
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace {%namespace%};
|
||||
|
||||
use think\Model;
|
||||
|
||||
class {%className%} extends Model
|
||||
{
|
||||
//
|
||||
}
|
Reference in New Issue
Block a user