Skip to content

Commit a6ae4c1

Browse files
committed
Make Postnl::call method public to be able to call methods without wrapper function
1 parent eaa2f60 commit a6ae4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Postnl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ protected function getClient($clientName)
553553
*
554554
* @throws ComplexTypes\CifException
555555
*/
556-
protected function call($clientName, $method, $parameter)
556+
public function call($clientName, $method, $parameter)
557557
{
558558
try {
559559
return $this->getClient($clientName)->{$method}($parameter);

0 commit comments

Comments
 (0)