Skip to content

Commit c0c1643

Browse files
wuwxovertrue
authored andcommitted
使用 $wechat->server 来调用 serve 方法
1 parent a8d4cfc commit c0c1643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class WechatController extends Controller
125125

126126
Log::info('return response.');
127127

128-
return $server->serve();
128+
return $wechat->server->serve();
129129
}
130130
}
131131
```

0 commit comments

Comments
 (0)