Skip to content

Commit 27bbd52

Browse files
committed
Merge pull request #50 from Ticketpark/bugfix-aws-provider
Fixed publish in AWSProvider
2 parents 45ebb97 + 451a2a5 commit 27bbd52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Provider/AwsProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function publish(array $message, array $options = [])
175175

176176
if ($options['push_notifications']) {
177177

178-
if ($this->topicExists()) {
178+
if (!$this->topicExists()) {
179179
$this->create();
180180
}
181181

0 commit comments

Comments
 (0)