Skip to content

Commit 41e418b

Browse files
committed
missing arg
1 parent 99c42e5 commit 41e418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)