You've already forked think-plugs-recorder
[recorder]服务定义
This commit is contained in:
15
src/Service.php
Normal file
15
src/Service.php
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace jerryyan\recorder;
|
||||||
|
|
||||||
|
use think\admin\Plugin;
|
||||||
|
|
||||||
|
class Service extends Plugin
|
||||||
|
{
|
||||||
|
protected $appCode = 'recorder';
|
||||||
|
protected $appName = '操作记录';
|
||||||
|
public static function menu(): array
|
||||||
|
{
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user