mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-06-09 15:32:17 +08:00
Update .gitignore rules
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\controller;
|
||||
|
||||
use app\BaseController;
|
||||
use think\facade\View;
|
||||
use think\Request;
|
||||
|
||||
class PluginController extends BaseController
|
||||
{
|
||||
// 插件管理页
|
||||
public function index()
|
||||
{
|
||||
return View::fetch();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user