16 lines
201 B
Plaintext
16 lines
201 B
Plaintext
![]() |
<?php
|
||
|
namespace {NAMESPACE};
|
||
|
|
||
|
use think\Service;
|
||
|
|
||
|
class {CLASS}Service extends Service
|
||
|
{
|
||
|
/**
|
||
|
*
|
||
|
* @return void
|
||
|
*/
|
||
|
public function boot()
|
||
|
{
|
||
|
}
|
||
|
}
|