From ed0521dc92a6ab39bb84de64fa18aeed464af022 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sun, 9 May 2021 17:09:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A8=E6=80=81=E4=BB=A3?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/library/table/Search.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/extend/catcher/library/table/Search.php b/extend/catcher/library/table/Search.php index f16d5b4..9f65c2b 100644 --- a/extend/catcher/library/table/Search.php +++ b/extend/catcher/library/table/Search.php @@ -124,4 +124,17 @@ class Search { return Form::{$method}(...$params); } + + /** + * 代理方法 + * + * @time 2021年04月06日 + * @param $method + * @param $params + * @return mixed + */ + public function __call($method, $params) + { + return Form::{$method}(...$params); + } } \ No newline at end of file