From 97cac7fe83f2d938920fac715d7b4c34f023bdc8 Mon Sep 17 00:00:00 2001 From: deepziyu Date: Thu, 10 May 2018 12:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E9=BD=90=E5=85=B6=E8=A1=8C=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide-zh-CN/tutorial-console.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide-zh-CN/tutorial-console.md b/docs/guide-zh-CN/tutorial-console.md index 444e4b01c3..88bf9f14f8 100644 --- a/docs/guide-zh-CN/tutorial-console.md +++ b/docs/guide-zh-CN/tutorial-console.md @@ -203,7 +203,8 @@ class HelloController extends Controller return ['m' => 'message']; } - public function actionIndex(){ + public function actionIndex() + { echo $this->message; } }