From 93f22ab3383b5c14075b92d6bf7d9245a3bd2221 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Fri, 22 May 2020 14:09:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B9=E6=B3=95=E4=B8=BA?= =?UTF-8?q?=E9=9D=99=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/catcher/Utils.php b/extend/catcher/Utils.php index c2ff07b..e702ec5 100644 --- a/extend/catcher/Utils.php +++ b/extend/catcher/Utils.php @@ -114,7 +114,7 @@ class Utils * @time 2020年05月22日 * @return mixed */ - public function tablePrefix() + public static function tablePrefix() { return \config('database.connections.mysql.prefix'); }