<?php
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// | 插件商店
namespace app\admin\controller;
use app\common\controller\Adminbase;
class Addonshop extends Adminbase
{
//插件商店首页
public function index()
{
return $this->fetch();
}
}