DiverseYouthNightSchool/application/admin/command/Addon/stubs/controller.stub

16 lines
210 B
Plaintext
Raw Normal View History

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