Skip to content

Commit 7395b4c

Browse files
authored
PHPLIB-1400: Add missing use statement (#1235)
Fixes an issue from a5a39ec
1 parent a5a39ec commit 7395b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/UnifiedSpecTests/CollectionData.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use MongoDB\Client;
77
use MongoDB\Driver\ReadConcern;
88
use MongoDB\Driver\ReadPreference;
9+
use MongoDB\Driver\Session;
910
use MongoDB\Driver\WriteConcern;
1011
use MongoDB\Tests\UnifiedSpecTests\Constraint\Matches;
1112
use MultipleIterator;

0 commit comments

Comments
 (0)