From faec65b437d748864814703d630dec345397634c Mon Sep 17 00:00:00 2001 From: Zhigang Song <1005411480a@gmail.com> Date: Mon, 9 Nov 2015 10:13:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=B8=AA=E9=94=99=E5=88=AB=E5=AD=97,?= =?UTF-8?q?=20=E6=84=8F=E6=80=9D=E5=B7=AE=E4=BA=86=E5=A5=BD=E5=A4=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide-zh-CN/structure-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-zh-CN/structure-controllers.md b/docs/guide-zh-CN/structure-controllers.md index 41489c82e1..83c4fa9701 100644 --- a/docs/guide-zh-CN/structure-controllers.md +++ b/docs/guide-zh-CN/structure-controllers.md @@ -61,7 +61,7 @@ class PostController extends Controller 终端用户通过所谓的*路由*寻找到操作,路由是包含以下部分的字符串: -* 模型ID: 仅存在于控制器属于非应用的[模块](structure-modules.md); +* 模块ID: 仅存在于控制器属于非应用的[模块](structure-modules.md); * 控制器ID: 同应用(或同模块如果为模块下的控制器)下唯一标识控制器的字符串; * 操作ID: 同控制器下唯一标识操作的字符串。