Commit 41a867d8 authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-229: Declare read concern wire version for Find operation

This property was missing from 8dcc7784.
parent d259a5ff
......@@ -26,6 +26,7 @@ class Find implements Executable
const TAILABLE_AWAIT = 3;
private static $wireVersionForCollation = 5;
private static $wireVersionForReadConcern = 4;
private $databaseName;
private $collectionName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment