From edd65cf2c7cfb80d57c1320aea9c128d447126bc Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Tue, 5 Jul 2016 10:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/Query.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/think/db/Query.php b/library/think/db/Query.php index b68d7e54..b589ff54 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -964,8 +964,7 @@ class Query * fragment:url锚点, * var_page:分页变量, * list_rows:每页数量 - * type:分页类名, - * namespace:分页类命名空间 + * type:分页类名 * @return \think\paginator\Collection * @throws DbException */