Skip to content

Commit 2d9890b

Browse files
committed
Address CR
1 parent 0b8362b commit 2d9890b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Operation/EstimatedDocumentCount.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public function __construct($databaseName, $collectionName, array $options = [])
116116
public function execute(Server $server)
117117
{
118118
$command = $this->createCommand($server);
119+
119120
if ($command instanceof Aggregate) {
120121
try {
121122
$cursor = $command->execute($server);

0 commit comments

Comments
 (0)