From bd3bce86f0cf1481dda824882bdfebdea7aab3f5 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 3 Feb 2017 17:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=B8=80=E4=BA=9B=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E6=83=AF=E4=BE=8B=E9=85=8D=E7=BD=AE=20?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E4=BD=BF=E7=94=A8=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E7=9A=84=E6=97=B6=E5=80=99=E5=BD=B1=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/convention.php b/convention.php index 8152066b..b6f23e28 100644 --- a/convention.php +++ b/convention.php @@ -274,10 +274,6 @@ return [ 'datetime_format' => 'Y-m-d H:i:s', // 是否需要进行SQL性能分析 'sql_explain' => false, - // Builder类 - 'builder' => '', - // Query类 - 'query' => '\\think\\db\\Query', ], //分页配置