Skip to content

Commit 5f49256

Browse files
authored
Merge pull request #1194 from gdsmith/allow-sns-topic-setting
Add in missing arg
2 parents 14f080a + bf279e2 commit 5f49256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/snsqs/SnsQsContext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function declareTopic(SnsQsTopic $topic): void
131131

132132
public function setTopicArn(SnsQsTopic $topic, string $arn): void
133133
{
134-
$this->getSnsContext()->setTopicArn($topic);
134+
$this->getSnsContext()->setTopicArn($topic, $arn);
135135
}
136136

137137
public function deleteTopic(SnsQsTopic $topic): void

0 commit comments

Comments
 (0)