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