Skip to content

Commit d0b00d3

Browse files
ref #58 removed undefined variable from an inherited class
1 parent b598f7e commit d0b00d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Configuration/ArrayConfiguration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public function __construct(array $configuration)
2424
$this->curlOptUserAgent = $this->getDefaultUserAgentString();
2525
$this->serviceDeskId = null;
2626

27-
$this->useTokenBasedAuth = false;
2827
$this->personalAccessToken = '';
2928

3029
foreach ($configuration as $key => $value) {

0 commit comments

Comments
 (0)