修改方法为静态
This commit is contained in:
@@ -114,7 +114,7 @@ class Utils
|
|||||||
* @time 2020年05月22日
|
* @time 2020年05月22日
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function tablePrefix()
|
public static function tablePrefix()
|
||||||
{
|
{
|
||||||
return \config('database.connections.mysql.prefix');
|
return \config('database.connections.mysql.prefix');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user