Commit 69930055 authored by Jeremy Mikola's avatar Jeremy Mikola

Fix typo

parent 1208508e
......@@ -49,7 +49,7 @@ preference:
<?php
$collection = (new MongoDB\Client)->selectCollect('test', 'restaurants');
$collection = (new MongoDB\Client)->selectCollection('test', 'restaurants');
$newCollection = $sourceCollection->withOptions([
'readPreference' => new MongoDB\Driver\ReadPreference(MongoDB\Driver\ReadPreference::RP_SECONDARY),
......
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