会报这个错误,是不是还有什么别的代码没有更新到github上?
错误如图:

namespace Home\Controller;
use Think\Controller\HproseController;
class CodeController extends HproseController
{
public function test1()
{
return 'test1';
$this->display();
}
public function test2()
{
return 'test2';
$this->display();
}
}