添加初始化账号

This commit is contained in:
wuyanwen
2019-12-18 18:54:01 +08:00
parent 3d8b31b2dc
commit 57f6597e77
11 changed files with 303 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace {NAMESPACE};
use think\Service;
class {CLASS}Service extends Service
{
/**
*
* @return void
*/
public function boot()
{
}
}