Skip to content

Commit

Permalink
Merge pull request #21 from nonda/f/#19-remove-service-instance-from-…
Browse files Browse the repository at this point in the history
…kernel

[future: #19]: fix typo
  • Loading branch information
Rivsen Tan authored Sep 29, 2019
2 parents 327d514 + 8ac5c99 commit 01f698f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Push/Apns.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ protected function resetServiceClient()
return $this->getOpenedServiceClient();
}

public function forgetSServiceClient()
public function forgetServiceClient()
{
unset($this->openedClient);

Expand Down

0 comments on commit 01f698f

Please sign in to comment.