Skip to content

Commit 9e54630

Browse files
authored
Update Discovery.php
1 parent 08a0495 commit 9e54630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Discovery.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ class Discovery
4141
*/
4242
public function __construct(Ydb $ydb, LoggerInterface $logger = null)
4343
{
44+
$this->ydb = $ydb;
45+
4446
$this->client = new ServiceClient($ydb->endpoint(), [
4547
'credentials' => $ydb->iam()->getCredentials(),
4648
]);

0 commit comments

Comments
 (0)