Skip to content

Commit f5f7396

Browse files
committed
Update CommonService.php
1 parent 60b7c1c commit f5f7396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/CommonService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ abstract static function getLang($lang);
7474
* 处理apidoc接口响应的数据
7575
* @return mixed
7676
*/
77-
abstract function handleResponseJson();
77+
abstract static function handleResponseJson();
7878

7979
abstract static function getTablePrefix();
8080

0 commit comments

Comments
 (0)