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