Skip to content

Commit

Permalink
Make Postnl::call method public to be able to call methods without wr…
Browse files Browse the repository at this point in the history
…apper function
  • Loading branch information
ameenross committed Oct 6, 2016
1 parent eaa2f60 commit a6ae4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Postnl.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ protected function getClient($clientName)
*
* @throws ComplexTypes\CifException
*/
protected function call($clientName, $method, $parameter)
public function call($clientName, $method, $parameter)
{
try {
return $this->getClient($clientName)->{$method}($parameter);
Expand Down

0 comments on commit a6ae4c1

Please sign in to comment.