Skip to content

Commit f07c220

Browse files
committed
Make getClientEncryption @internal
1 parent 20195f8 commit f07c220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Doctrine/ODM/MongoDB/DocumentManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ public function getClient(): Client
220220
return $this->client;
221221
}
222222

223+
/** @internal */
223224
public function getClientEncryption(): ClientEncryption
224225
{
225226
$autoEncryptionOptions = $this->config->getAutoEncryption();

0 commit comments

Comments
 (0)