Skip to content

Commit 08a0495

Browse files
authored
Update Operations.php
1 parent 4f31e7a commit 08a0495

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Operations.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ class Operations
3636
*/
3737
public function __construct(Ydb $ydb, LoggerInterface $logger = null)
3838
{
39+
$this->ydb = $ydb;
40+
3941
$this->client = new ServiceClient($ydb->endpoint(), [
4042
'credentials' => $ydb->iam()->getCredentials(),
4143
]);

0 commit comments

Comments
 (0)