We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c984b91 commit ca3a18cCopy full SHA for ca3a18c
src/providers/HyperfService.php
@@ -73,4 +73,8 @@ static function handleResponseJson($res)
73
{
74
return $res;
75
}
76
+
77
+ static function getTablePrefix(){
78
+ return config('databases.default.prefix','');
79
+ }
80
src/providers/ThinkPHPService.php
@@ -63,9 +63,5 @@ static function handleResponseJson($res){
63
return json($res);
64
65
66
-// static function handlException($status,$msg){
67
-// return \think\exception\HttpException($status, $msg);
68
-// }
69
-
70
71
0 commit comments