Skip to content

Commit

Permalink
Merge pull request #30 from slevomat/master
Browse files Browse the repository at this point in the history
Fixed 'Call to undefined method Apple\ApnPush\Feedback\Connection::create()'
  • Loading branch information
ZhukV committed Nov 11, 2015
2 parents 5da5cb1 + 4eb329f commit 9982587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Feedback/Feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function getInvalidDevices()
$this->logger->debug('Create feedback connection...');
}

$this->connection->create();
$this->connection->connect();
}

$data = $this->connection->read(-1);
Expand Down

0 comments on commit 9982587

Please sign in to comment.