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 bf279e2

Browse files
committed
missing arg
1 parent 425d5e0 commit bf279e2

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 によって変換されたページ (->オリジナル) /