forked from dykj/thinkphp-base-starter
修改index.php
This commit is contained in:
parent
19b57035cb
commit
c407c5e853
|
@ -8,7 +8,7 @@ class Index extends BaseController
|
||||||
{
|
{
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
return 'index';
|
return 'index111111测试';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hello($name = 'ThinkPHP8')
|
public function hello($name = 'ThinkPHP8')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user