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 0c36dbc commit 9b080cdCopy full SHA for 9b080cd
lib/Bitbucket/API/Api.php
@@ -295,6 +295,7 @@ protected function childFactory($name)
295
/** @var Api $child */
296
$class = '\\Bitbucket\\API\\'.$name;
297
$child = new $class($this->client);
298
+ $child->setClient($this->getClient());
299
300
if ($this->getClient()->hasListeners()) {
301
$child->getClient()->setListeners($this->getClient()->getListeners());
0 commit comments