Skip to content

Commit 45509fe

Browse files
author
Michael van de rijt
committed
Merge branch 'develop'
* develop: Fixed it for the model extension.
2 parents d35b513 + c9cfd1d commit 45509fe

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/Artisaninweb/SoapWrapper/Service.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,7 @@ class Service {
4646
/**
4747
* @var array
4848
*/
49-
protected $options;
50-
51-
/**
52-
* The constructor
53-
*/
54-
public function __construct()
55-
{
56-
$this->options = [];
57-
}
49+
protected $options = [];
5850

5951
/**
6052
* Set the name of the service

0 commit comments

Comments
 (0)