Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /