We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab58a51 commit 5e3b921Copy full SHA for 5e3b921
1 file changed
README.md
@@ -195,7 +195,7 @@ return [
195
return $builder->action(function (ConnectionInterface $connection) use ($builder, $body) {
196
$config = new BuilderConfig($builder->getBuilderConfig()());
197
$config->setBody($body);
198
- $connection->publish($config)
+ $connection->publish($connection, $config)
199
});
200
```
201
@@ -213,6 +213,6 @@ return [
213
214
// 使用 your_connection 配置连接发送
215
return ConnectionsManagement::connection(function (ConnectionInterface $connection) use ($config) {
216
217
}, 'your_connection');
218
0 commit comments