You've already forked think-plugs-notice
Init
This commit is contained in:
15
src/Service.php
Normal file
15
src/Service.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace jerryyan\notice;
|
||||
|
||||
use think\admin\Plugin;
|
||||
|
||||
class Service extends Plugin
|
||||
{
|
||||
protected $appName = '通知提醒';
|
||||
|
||||
public static function menu(): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user