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