This commit is contained in:
wangjinlei
2021-03-18 15:52:38 +08:00
parent ada2d682e2
commit 92c1f1e774

View File

@@ -1,7 +1,9 @@
<?php <?php
namespace app\super\controller; namespace app\super\controller;
class Index use think\Controller;
class Index extends Controller
{ {
public function index() public function index()
{ {