Skip to content

Commit cbfa248

Browse files
committed
fix BaseService::getResult
1 parent 4df24e4 commit cbfa248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/BaseService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function setResult($arr): void {
125125
* 获取结果
126126
* @return mixed
127127
*/
128-
public function getResult(): mixed {
128+
public function getResult() {
129129
return $this->result;
130130
}
131131

0 commit comments

Comments
 (0)