Skip to content

Commit efc094e

Browse files
committed
Remove unused Settings properties
1 parent 456e5b0 commit efc094e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transport/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function __construct($host, $port, $username, $password, $authMethod = nu
113113
$this->_authMethod = $authMethod;
114114
}
115115

116-
$this->_settings = new Settings($this);
116+
$this->_settings = new Settings();
117117

118118
$this->setCurler();
119119
}

0 commit comments

Comments
 (0)