添加初始化账号
This commit is contained in:
15
extend/catcher/command/stubs/service.stub
Normal file
15
extend/catcher/command/stubs/service.stub
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace {NAMESPACE};
|
||||
|
||||
use think\Service;
|
||||
|
||||
class {CLASS}Service extends Service
|
||||
{
|
||||
/**
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user