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 99c42e5 commit 41e418bCopy full SHA for 41e418b
SnsQsContext.php
@@ -131,7 +131,7 @@ public function declareTopic(SnsQsTopic $topic): void
131
132
public function setTopicArn(SnsQsTopic $topic, string $arn): void
133
{
134
- $this->getSnsContext()->setTopicArn($topic);
+ $this->getSnsContext()->setTopicArn($topic, $arn);
135
}
136
137
public function deleteTopic(SnsQsTopic $topic): void
0 commit comments