From d886644b588b8cf46e69cfa5df3cf9eb35119eb6 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 8 May 2015 14:12:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E4=B8=A4=E5=A4=84=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convention.php b/convention.php index 23d3fbd9..927e25f4 100644 --- a/convention.php +++ b/convention.php @@ -23,7 +23,7 @@ return [ 'default_jsonp_handler' => 'jsonpReturn', // 默认JSONP格式返回的处理方法 'var_jsonp_handler' => 'callback', 'template_engine' => 'think', - 'common_module' => 'Common', + 'common_module' => 'common', 'action_bind_class' => false, 'url_module_map' => [],