mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
对齐其行数
This commit is contained in:
@ -203,7 +203,8 @@ class HelloController extends Controller
|
||||
return ['m' => 'message'];
|
||||
}
|
||||
|
||||
public function actionIndex(){
|
||||
public function actionIndex()
|
||||
{
|
||||
echo $this->message;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user