Skip to content

Commit d015970

Browse files
committed
Use new method.
1 parent a8ae607 commit d015970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public function __debugInfo()
231231
{
232232
return [
233233
'client' => $this->client(),
234-
'logger' => $this->logger(),
234+
'logger' => $this->getLogger(),
235235
'webservices' => array_keys($this->_webservices)
236236
];
237237
}

0 commit comments

Comments
 (0)