16 lines
201 B
Plaintext
Raw Normal View History

2019-12-18 18:54:01 +08:00
<?php
namespace {NAMESPACE};
use think\Service;
class {CLASS}Service extends Service
{
/**
*
* @return void
*/
public function boot()
{
}
}