Files
Background-panel/application/admin/command/Addon/stubs/controller.stub
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08:00

16 lines
210 B
Plaintext

<?php
namespace addons\{%addon%}\controller;
use think\addons\Controller;
class Index extends Controller
{
public function index()
{
$this->error("当前插件暂无前台页面");
}
}