From 42a645a9b0110bab219c7d3bf40d130940aa1cb0 Mon Sep 17 00:00:00 2001 From: huangdijia Date: Mon, 4 Jan 2016 12:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A9=E6=89=8B=E5=87=BD=E6=95=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 2 +- help.php => helper.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename help.php => helper.php (100%) diff --git a/convention.php b/convention.php index 21478fdb..721f6caf 100644 --- a/convention.php +++ b/convention.php @@ -10,7 +10,7 @@ return [ // 扩展配置文件 'extra_config_list' => ['database', 'route'], // 扩展函数文件 - 'extra_file_list' => [THINK_PATH . 'help' . EXT], + 'extra_file_list' => [THINK_PATH . 'helper' . EXT], // 默认输出类型 'default_return_type' => 'html', // 默认语言 diff --git a/help.php b/helper.php similarity index 100% rename from help.php rename to helper.php