@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | public function __construct($options = []) { |
16 | 16 | foreach ($options as $key => $value) { |
17 | - $method = 'set' . ucfirst($key); |
|
17 | + $method = 'set'.ucfirst($key); |
|
18 | 18 | |
19 | 19 | if (method_exists($this, $method)) { |
20 | 20 | call_user_func([$this, $method], $value); |