We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134b0a9 commit c7e9b85Copy full SHA for c7e9b85
1 file changed
src/Connection.php
@@ -581,7 +581,6 @@ public function setExtra(DataCenterConnection $extra, int $datacenter, int $id):
581
$this->shared = $extra;
582
$this->id = $id;
583
$this->API = $extra->getExtra();
584
- $this->API->logger = $this->API->logger;
585
$this->datacenter = $datacenter;
586
$this->datacenterId = $this->datacenter . '.' . $this->id;
587
}
0 commit comments