Skip to content

Commit

Permalink
Update BankidController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ringkubd authored Apr 23, 2018
1 parent 9f050d5 commit fee84a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BankidController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit fee84a7

Please sign in to comment.