init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace plugin\admin\app\controller;
|
||||
|
||||
use support\Response;
|
||||
|
||||
/**
|
||||
* 申诉管理(占位)
|
||||
*/
|
||||
class AppealController extends Base
|
||||
{
|
||||
/**
|
||||
* 浏览
|
||||
*/
|
||||
public function index(): Response
|
||||
{
|
||||
return raw_view('appeal/index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user