From fee84a7503f02b09690de7f27081daaa65cfb74f Mon Sep 17 00:00:00 2001 From: MD ANWAR JAHID Date: Mon, 23 Apr 2018 14:30:13 +0600 Subject: [PATCH] Update BankidController.php --- src/BankidController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BankidController.php b/src/BankidController.php index b5cce46..b9121e1 100644 --- a/src/BankidController.php +++ b/src/BankidController.php @@ -40,7 +40,7 @@ class BankidController extends Controller { * @param array $options SoapClient options * @param bool $enableSsl Enable SSL */ - public function __construct($wsdlUrl, $options = [], $enableSsl = false) { + public function start($wsdlUrl, $options = [], $enableSsl = false) { if (!$enableSsl) { $context = stream_context_create([ 'ssl' => [